blob: abba664209964bccf67f4d38b102a5b902aec869 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2020 Intel Corporation
*/
#ifndef SELFTEST_RPS_H
#define SELFTEST_RPS_H
int live_rps_interrupt(void *arg);
#endif /* SELFTEST_RPS_H */
|