aboutsummaryrefslogtreecommitdiffstats
path: root/tools/virtio/linux/cpumask.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virtio/linux/cpumask.h')
-rw-r--r--tools/virtio/linux/cpumask.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/virtio/linux/cpumask.h b/tools/virtio/linux/cpumask.h
new file mode 100644
index 000000000000..307da69d6b26
--- /dev/null
+++ b/tools/virtio/linux/cpumask.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _LINUX_CPUMASK_H
+#define _LINUX_CPUMASK_H
+
+#include <linux/kernel.h>
+
+#endif /* _LINUX_CPUMASK_H */