1 /* $NetBSD: selftest_rc6.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */ 2 3 /* 4 * SPDX-License-Identifier: MIT 5 * 6 * Copyright © 2019 Intel Corporation 7 */ 8 9 #ifndef SELFTEST_RC6_H 10 #define SELFTEST_RC6_H 11 12 int live_rc6_ctx_wa(void *arg); 13 int live_rc6_manual(void *arg); 14 15 #endif /* SELFTEST_RC6_H */ 16