aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/arch/PowerPC/PPCModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/arch/PowerPC/PPCModule.h')
-rw-r--r--capstone/arch/PowerPC/PPCModule.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/capstone/arch/PowerPC/PPCModule.h b/capstone/arch/PowerPC/PPCModule.h
new file mode 100644
index 000000000..079cf600f
--- /dev/null
+++ b/capstone/arch/PowerPC/PPCModule.h
@@ -0,0 +1,12 @@
+/* Capstone Disassembly Engine */
+/* By Travis Finkenauer <tmfinken@gmail.com>, 2018 */
+
+#ifndef CS_POWERPC_MODULE_H
+#define CS_POWERPC_MODULE_H
+
+#include "../../utils.h"
+
+cs_err PPC_global_init(cs_struct *ud);
+cs_err PPC_option(cs_struct *handle, cs_opt_type type, size_t value);
+
+#endif