]> Git Repo - linux.git/blob - kernel/kallsyms_selftest.h
Merge tag 'soc-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux.git] / kernel / kallsyms_selftest.h
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
7 extern int kallsyms_test_var_bss;
8 extern int kallsyms_test_var_data;
9
10 extern int kallsyms_test_func(void);
11 extern int kallsyms_test_func_weak(void);
12
13 #endif // LINUX_KALLSYMS_SELFTEST_H_
This page took 0.034107 seconds and 4 git commands to generate.