brintos

brintos / linux-shallow public Read only

0
0
Text · 407 B · 6e82a63 Raw
18 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2020 Intel Corporation4 */5 6#ifndef SELFTEST_RPS_H7#define SELFTEST_RPS_H8 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