aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/arch/Mips/MipsModule.h
blob: d1aa2cfff88f2691185886520c5a73ca9ce29d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Capstone Disassembly Engine */
/* By Travis Finkenauer <tmfinken@gmail.com>, 2018 */

#ifndef CS_MIPS_MODULE_H
#define CS_MIPS_MODULE_H

#include "../../utils.h"

cs_err Mips_global_init(cs_struct *ud);
cs_err Mips_option(cs_struct *handle, cs_opt_type type, size_t value);

#endif