1 #ifndef __JAGDASM__
2 #define __JAGDASM__
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #define JAGUAR_GPU 0
9 #define JAGUAR_DSP 1
10 
11 unsigned dasmjag(int dsp_type, char * buffer, unsigned pc);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif
18