1/* Capstone Disassembly Engine */ 2/* By Travis Finkenauer <[email protected]>, 2018 */ 3 4#ifndef CS_AARCH64_MODULE_H 5#define CS_AARCH64_MODULE_H 6 7#include "../../utils.h" 8 9cs_err AArch64_global_init(cs_struct *ud); 10cs_err AArch64_option(cs_struct *handle, cs_opt_type type, size_t value); 11 12#endif 13 14