summaryrefslogtreecommitdiff
path: root/includes/compiler/InlineAsmRegisters.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--includes/compiler/InlineAsmRegisters.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/includes/compiler/InlineAsmRegisters.h b/includes/compiler/InlineAsmRegisters.h
new file mode 100644
index 0000000..6cd8ef7
--- /dev/null
+++ b/includes/compiler/InlineAsmRegisters.h
@@ -0,0 +1,11 @@
+#ifndef COMPILER_INLINEASMREGISTERS_H
+#define COMPILER_INLINEASMREGISTERS_H
+
+#include "compiler/common.h"
+#include "compiler/InlineAsm.h"
+
+extern void InlineAsm_InitializeRegisters(void);
+extern void InlineAsm_InsertRegister(char *name, char rclass, short num, Object *object);
+extern IARegister *InlineAsm_LookupRegister(char *name);
+
+#endif