1251314Sed/* SPDX-License-Identifier: MIT */
2251314Sed/*
3251314Sed * Copyright �� 2020 Intel Corporation
4251314Sed */
5251314Sed
6251314Sed#ifndef SELFTEST_RPS_H
7251314Sed#define SELFTEST_RPS_H
8251314Sed
9int live_rps_control(void *arg);
10int live_rps_clock_interval(void *arg);
11int live_rps_frequency_cs(void *arg);
12int live_rps_frequency_srm(void *arg);
13int live_rps_power(void *arg);
14int live_rps_interrupt(void *arg);
15int live_rps_dynamic(void *arg);
16
17#endif /* SELFTEST_RPS_H */
18