aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/arch/TMS320C64x/TMS320C64xInstPrinter.h
blob: 3a79139e8c86e90fc0193f7e37db414259b65a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Capstone Disassembly Engine */
/* TMS320C64x Backend by Fotis Loukos <me@fotisl.com> 2016 */

#ifndef CS_TMS320C64XINSTPRINTER_H
#define CS_TMS320C64XINSTPRINTER_H

#include "../../MCInst.h"
#include "../../MCRegisterInfo.h"
#include "../../SStream.h"

void TMS320C64x_printInst(MCInst *MI, SStream *O, void *Info);

void TMS320C64x_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci);

#endif