summaryrefslogtreecommitdiff
path: root/tools/virtio/asm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virtio/asm')
-rw-r--r--tools/virtio/asm/percpu_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/virtio/asm/percpu_types.h b/tools/virtio/asm/percpu_types.h
new file mode 100644
index 000000000000..4eb53d93c099
--- /dev/null
+++ b/tools/virtio/asm/percpu_types.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_PERCPU_TYPES_H
+#define _ASM_PERCPU_TYPES_H
+
+#define __percpu_qual
+
+#endif /* _ASM_PERCPU_TYPES_H */