]> Shamusworld >> Repos - virtualjaguar/blob - src/jagstub1bios.h
Fixes for compilation against GCC 6.
[virtualjaguar] / 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__