1*24f90d66SChris Wilson /* SPDX-License-Identifier: MIT */
2ba446f74SChris Wilson /*
3ba446f74SChris Wilson  * Copyright © 2019 Intel Corporation
4ba446f74SChris Wilson  */
5ba446f74SChris Wilson 
6ba446f74SChris Wilson #ifndef SELFTEST_RC6_H
7ba446f74SChris Wilson #define SELFTEST_RC6_H
8ba446f74SChris Wilson 
9ba446f74SChris Wilson int live_rc6_ctx_wa(void *arg);
10730eaeb5SChris Wilson int live_rc6_manual(void *arg);
11ba446f74SChris Wilson 
12ba446f74SChris Wilson #endif /* SELFTEST_RC6_H */
13