xref: /openbmc/linux/drivers/gpu/drm/i915/gt/selftest_rc6.h (revision 2634682fdffd9ba6e74b76be8aa91cf8b2e05c41)
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 */
14