Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef SELFTEST_RC6_H
0007 #define SELFTEST_RC6_H
0008 
0009 int live_rc6_ctx_wa(void *arg);
0010 int live_rc6_manual(void *arg);
0011 
0012 #endif /* SELFTEST_RC6_H */