2022-03-05 16:17:59 +00:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2021-10-27 13:46:41 +00:00
|
|
|
/*
|
|
|
|
* Copyright © 2019 Intel Corporation
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SELFTEST_RC6_H
|
|
|
|
#define SELFTEST_RC6_H
|
|
|
|
|
|
|
|
int live_rc6_ctx_wa(void *arg);
|
|
|
|
int live_rc6_manual(void *arg);
|
|
|
|
|
|
|
|
#endif /* SELFTEST_RC6_H */
|