]> Shamusworld >> Repos - virtualjaguar/blob - src/jagstub2bios.h
Fixes for compilation against GCC 6.
[virtualjaguar] / src / jagstub2bios.h
1 #ifndef __JAGSTUB2BIOS_H__
2 #define __JAGSTUB2BIOS_H__
3
4 #include <stdint.h>
5
6 extern uint8_t jaguarDevBootROM2[];
7
8 #endif  // __JAGSTUB1BIOS_H__