xref: /linux/tools/testing/memblock/linux/kernel.h (revision 0be3ff0c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef _MEMBLOCK_LINUX_KERNEL_H
3 #define _MEMBLOCK_LINUX_KERNEL_H
4 
5 #include <../../include/linux/kernel.h>
6 #include <linux/errno.h>
7 #include <string.h>
8 #include <linux/printk.h>
9 #include <linux/linkage.h>
10 #include <linux/kconfig.h>
11 
12 #endif
13