aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/arch/M68K/M68KModule.h
blob: 65b20bd7648123f1ec098fa27f571d9bfa8d33f4 (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_M68K_MODULE_H
#define CS_M68K_MODULE_H

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

cs_err M68K_global_init(cs_struct *ud);
cs_err M68K_option(cs_struct *handle, cs_opt_type type, size_t value);

#endif