2018-03-08 06:25:39 +03:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
|
|
#ifndef _LINUX_KERNEL_H
|
|
|
|
#define _LINUX_KERNEL_H
|
|
|
|
|
|
|
|
#include "standard-headers/linux/sysinfo.h"
|
2021-01-04 23:20:56 +03:00
|
|
|
#include "standard-headers/linux/const.h"
|
2018-03-08 06:25:39 +03:00
|
|
|
|
|
|
|
#endif /* _LINUX_KERNEL_H */
|