diff options
Diffstat (limited to 'capstone/arch/TMS320C64x/TMS320C64xModule.h')
-rw-r--r-- | capstone/arch/TMS320C64x/TMS320C64xModule.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/capstone/arch/TMS320C64x/TMS320C64xModule.h b/capstone/arch/TMS320C64x/TMS320C64xModule.h new file mode 100644 index 000000000..f1c531208 --- /dev/null +++ b/capstone/arch/TMS320C64x/TMS320C64xModule.h @@ -0,0 +1,12 @@ +/* Capstone Disassembly Engine */ +/* By Travis Finkenauer <tmfinken@gmail.com>, 2018 */ + +#ifndef CS_TMS320C64X_MODULE_H +#define CS_TMS320C64X_MODULE_H + +#include "../../utils.h" + +cs_err TMS320C64x_global_init(cs_struct *ud); +cs_err TMS320C64x_option(cs_struct *handle, cs_opt_type type, size_t value); + +#endif |