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

11 lines
160 B
C

#ifndef HASHVECTOR_H
#define HASHVECTOR_H
#include <r_types.h>
typedef struct {
st32 code;
st32 (*hash_func)(st32 A1, st32 A2);
} HASHCODE_ENTRY_T;
#endif