aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/memblock/linux/kernel.h
blob: d2f148bd89022be8ea0966a1451ebc3ba01785d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _MEMBLOCK_LINUX_KERNEL_H
#define _MEMBLOCK_LINUX_KERNEL_H

#include <../../include/linux/kernel.h>
#include <linux/errno.h>
#include <string.h>
#include <linux/printk.h>
#include <linux/linkage.h>
#include <linux/kconfig.h>

#endif