diff options
Diffstat (limited to 'tools/virtio/linux/gfp.h')
-rw-r--r-- | tools/virtio/linux/gfp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/virtio/linux/gfp.h b/tools/virtio/linux/gfp.h new file mode 100644 index 000000000000..43d146f236f1 --- /dev/null +++ b/tools/virtio/linux/gfp.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __LINUX_GFP_H +#define __LINUX_GFP_H + +#include <linux/topology.h> + +#endif |