Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
9 lines
228 B
C
9 lines
228 B
C
/* 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 */
|