Rizin
unix-like reverse engineering framework and cli tools
c55plus.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2013-2021 th0rpe <josediazfer@yahoo.es>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef C55PLUS_H
5 #define C55PLUS_H
6 
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include <string.h>
10 #include <rz_types.h>
11 #include <rz_lib.h>
12 
13 #include "../tms320_dasm.h"
14 
15 extern int c55x_plus_disassemble(tms320_dasm_t *dasm, const ut8 *buf, int len);
16 
17 #endif
size_t len
Definition: 6502dis.c:15
int c55x_plus_disassemble(tms320_dasm_t *dasm, const ut8 *buf, int len)
Definition: c55plus.c:21
voidpf void * buf
Definition: ioapi.h:138
uint8_t ut8
Definition: lh5801.h:11