summaryrefslogtreecommitdiff
path: root/tools/arch/x86/include/asm/orc_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/arch/x86/include/asm/orc_types.h')
-rw-r--r--tools/arch/x86/include/asm/orc_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/arch/x86/include/asm/orc_types.h b/tools/arch/x86/include/asm/orc_types.h
index 1343a62106de..b4d4ec78589e 100644
--- a/tools/arch/x86/include/asm/orc_types.h
+++ b/tools/arch/x86/include/asm/orc_types.h
@@ -39,6 +39,10 @@
#define ORC_REG_SP_INDIRECT 9
#define ORC_REG_MAX 15
+#define ORC_TYPE_CALL 0
+#define ORC_TYPE_REGS 1
+#define ORC_TYPE_REGS_PARTIAL 2
+
#ifndef __ASSEMBLY__
#include <asm/byteorder.h>