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