Work started for the source tracing
[clinton/Virtual-Jaguar-Rx.git] / src / jagbios.h
1 #ifndef __JAGBIOS_H__
2 #define __JAGBIOS_H__
3
4 #include <stdint.h>
5
6 extern uint8_t jaguarBootROM[];
7
8 #endif // __JAGBIOS_H__