diff options
Diffstat (limited to 'capstone/arch/BPF/BPFModule.h')
-rw-r--r-- | capstone/arch/BPF/BPFModule.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/capstone/arch/BPF/BPFModule.h b/capstone/arch/BPF/BPFModule.h new file mode 100644 index 000000000..0ff003382 --- /dev/null +++ b/capstone/arch/BPF/BPFModule.h @@ -0,0 +1,12 @@ +/* Capstone Disassembly Engine */ +/* BPF Backend by david942j <david942j@gmail.com>, 2019 */ + +#ifndef CS_BPF_MODULE_H +#define CS_BPF_MODULE_H + +#include "../../utils.h" + +cs_err BPF_global_init(cs_struct *ud); +cs_err BPF_option(cs_struct *handle, cs_opt_type type, size_t value); + +#endif |