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