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/AArch64/AArch64Module.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 capstone/arch/AArch64/AArch64Module.h (limited to 'capstone/arch/AArch64/AArch64Module.h') diff --git a/capstone/arch/AArch64/AArch64Module.h b/capstone/arch/AArch64/AArch64Module.h new file mode 100644 index 000000000..73a132de8 --- /dev/null +++ b/capstone/arch/AArch64/AArch64Module.h @@ -0,0 +1,12 @@ +/* Capstone Disassembly Engine */ +/* By Travis Finkenauer , 2018 */ + +#ifndef CS_AARCH64_MODULE_H +#define CS_AARCH64_MODULE_H + +#include "../../utils.h" + +cs_err AArch64_global_init(cs_struct *ud); +cs_err AArch64_option(cs_struct *handle, cs_opt_type type, size_t value); + +#endif -- cgit