2021-01-22 19:29:04 +00:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2019-11-19 15:47:23 +00:00
|
|
|
/*
|
|
|
|
* Copyright © 2019 Intel Corporation
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SELFTEST_RC6_H
|
|
|
|
#define SELFTEST_RC6_H
|
|
|
|
|
|
|
|
int live_rc6_ctx_wa(void *arg);
|
2019-11-27 09:56:57 +00:00
|
|
|
int live_rc6_manual(void *arg);
|
2019-11-19 15:47:23 +00:00
|
|
|
|
|
|
|
#endif /* SELFTEST_RC6_H */
|