rizin/libr/asm/arch/tms320/c55x_plus/c55plus.h
2014-02-06 12:50:25 +04:00

15 lines
279 B
C

#ifndef C55PLUS_H
#define C55PLUS_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <r_types.h>
#include <r_lib.h>
#include "../tms320_p.h"
#include "../tms320_dasm.h"
extern int c55x_plus_disassemble(tms320_dasm_t *dasm, const ut8 *buf, int len);
#endif