blob: f552f504f3319bfa7e90b414ccfac0d3157b837a [file] [log] [blame]
/* Capstone Disassembly Engine */
/* By Travis Finkenauer <tmfinken@gmail.com>, 2018 */
#ifndef CS_NEO_MODULE_H
#define CS_NEO_MODULE_H
#include "../../utils.h"
cs_err NEO_global_init(cs_struct *ud);
cs_err NEO_option(cs_struct *handle, cs_opt_type type, size_t value);
#endif