WIP FPC-III support
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / gt / selftest_engine.h
blobab32d09ec5a15deba3190af776302dc863ff0ff1
1 /*
2 * SPDX-License-Identifier: GPL-2.0
4 * Copyright © 2019 Intel Corporation
5 */
7 #ifndef SELFTEST_ENGINE_H
8 #define SELFTEST_ENGINE_H
10 struct intel_gt;
12 int live_engine_pm_selftests(struct intel_gt *gt);
14 #endif