From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- capstone/arch/WASM/WASMModule.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 capstone/arch/WASM/WASMModule.h (limited to 'capstone/arch/WASM/WASMModule.h') diff --git a/capstone/arch/WASM/WASMModule.h b/capstone/arch/WASM/WASMModule.h new file mode 100644 index 000000000..e6201c866 --- /dev/null +++ b/capstone/arch/WASM/WASMModule.h @@ -0,0 +1,12 @@ +/* Capstone Disassembly Engine */ +/* By Spike, xwings 2019 */ + +#ifndef CS_WASM_MODULE_H +#define CS_WASM_MODULE_H + +#include "../../utils.h" + +cs_err WASM_global_init(cs_struct *ud); +cs_err WASM_option(cs_struct *handle, cs_opt_type type, size_t value); + +#endif -- cgit