aboutsummaryrefslogtreecommitdiffstats
path: root/tools/arch/x86/include/asm/inat_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/arch/x86/include/asm/inat_types.h')
-rw-r--r--tools/arch/x86/include/asm/inat_types.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/arch/x86/include/asm/inat_types.h b/tools/arch/x86/include/asm/inat_types.h
new file mode 100644
index 000000000000..b047efa9ddc2
--- /dev/null
+++ b/tools/arch/x86/include/asm/inat_types.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+#ifndef _ASM_X86_INAT_TYPES_H
+#define _ASM_X86_INAT_TYPES_H
+/*
+ * x86 instruction attributes
+ *
+ * Written by Masami Hiramatsu <mhiramat@redhat.com>
+ */
+
+/* Instruction attributes */
+typedef unsigned int insn_attr_t;
+typedef unsigned char insn_byte_t;
+typedef signed int insn_value_t;
+
+#endif