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