blob: 5413a8c50bfe44b727d2d578162debb4251d9da0 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_KERNEL_H
#define _LINUX_KERNEL_H
#include <linux/sysinfo.h>
#include <linux/const.h>
#endif /* _LINUX_KERNEL_H */
 |