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