aboutsummaryrefslogtreecommitdiffstats
path: root/tools/arch/x86/include/asm/mcsafe_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/arch/x86/include/asm/mcsafe_test.h')
-rw-r--r--tools/arch/x86/include/asm/mcsafe_test.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/arch/x86/include/asm/mcsafe_test.h b/tools/arch/x86/include/asm/mcsafe_test.h
new file mode 100644
index 000000000000..2ccd588fbad4
--- /dev/null
+++ b/tools/arch/x86/include/asm/mcsafe_test.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _MCSAFE_TEST_H_
+#define _MCSAFE_TEST_H_
+
+.macro MCSAFE_TEST_CTL
+.endm
+
+.macro MCSAFE_TEST_SRC reg count target
+.endm
+
+.macro MCSAFE_TEST_DST reg count target
+.endm
+#endif /* _MCSAFE_TEST_H_ */