summaryrefslogtreecommitdiff
path: root/includes/compiler/InlineAsmMnemonicsPPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/compiler/InlineAsmMnemonicsPPC.h')
-rw-r--r--includes/compiler/InlineAsmMnemonicsPPC.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/compiler/InlineAsmMnemonicsPPC.h b/includes/compiler/InlineAsmMnemonicsPPC.h
new file mode 100644
index 0000000..9f87910
--- /dev/null
+++ b/includes/compiler/InlineAsmMnemonicsPPC.h
@@ -0,0 +1,10 @@
+#ifndef COMPILER_INLINEASMMNEMONICSPPC_H
+#define COMPILER_INLINEASMMNEMONICSPPC_H
+
+#include "compiler/common.h"
+#include "compiler/InlineAsm.h"
+
+extern void InlineAsm_InitializeMnemonicsPPC(void);
+extern IAMnemonic *InlineAsm_LookupMnemonicPPC(char *name);
+
+#endif