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