1/* SPDX-License-Identifier: GPL-2.0-or-later */
2#ifndef LINUX_KALLSYMS_SELFTEST_H_
3#define LINUX_KALLSYMS_SELFTEST_H_
4
5#include <linux/types.h>
6
7extern int kallsyms_test_var_bss;
8extern int kallsyms_test_var_data;
9
10extern int kallsyms_test_func(void);
11extern int kallsyms_test_func_weak(void);
12
13#endif // LINUX_KALLSYMS_SELFTEST_H_
14

source code of linux/kernel/kallsyms_selftest.h