Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
v6.8
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef TESTS_H
 3#define TESTS_H
 4
 5int test_cpumap(int argc, char **argv);
 6int test_threadmap(int argc, char **argv);
 7int test_evlist(int argc, char **argv);
 8int test_evsel(int argc, char **argv);
 9
10#endif /* TESTS_H */
v5.14.15
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef TESTS_H
 3#define TESTS_H
 4
 5int test_cpumap(int argc, char **argv);
 6int test_threadmap(int argc, char **argv);
 7int test_evlist(int argc, char **argv);
 8int test_evsel(int argc, char **argv);
 9
10#endif /* TESTS_H */