7 lines
97 B
C
7 lines
97 B
C
|
#ifndef TESTS_H
|
||
|
#define TESTS_H
|
||
|
|
||
|
int test__vmlinux_matches_kallsyms(void);
|
||
|
|
||
|
#endif /* TESTS_H */
|