#ifndef HLE_BIOS_H
#define HLE_BIOS_H

extern const unsigned int hleBiosLength;
extern const unsigned char hleBios[];

#endif