GNU Linux-libre 5.10.215-gnu1
[releases.git] / drivers / gpu / drm / i915 / gt / selftest_rc6.h
1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright © 2019 Intel Corporation
5  */
6
7 #ifndef SELFTEST_RC6_H
8 #define SELFTEST_RC6_H
9
10 int live_rc6_ctx_wa(void *arg);
11 int live_rc6_manual(void *arg);
12
13 #endif /* SELFTEST_RC6_H */