diff options
Diffstat (limited to 'include/standard-headers/linux/kernel.h')
-rw-r--r-- | include/standard-headers/linux/kernel.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/standard-headers/linux/kernel.h b/include/standard-headers/linux/kernel.h new file mode 100644 index 000000000..7848c5ae2 --- /dev/null +++ b/include/standard-headers/linux/kernel.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#ifndef _LINUX_KERNEL_H +#define _LINUX_KERNEL_H + +#include "standard-headers/linux/sysinfo.h" +#include "standard-headers/linux/const.h" + +#endif /* _LINUX_KERNEL_H */ |