Check potential non-existent global variables found in the DWARF information
[clinton/Virtual-Jaguar-Rx.git] / src / jagstub1bios.h
1 #ifndef __JAGSTUB1BIOS_H__
2 #define __JAGSTUB1BIOS_H__
3
4 #include <stdint.h>
5
6 extern uint8_t jaguarDevBootROM1[];
7
8 #endif // __JAGSTUB1BIOS_H__