15 lines
279 B
C
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
|