#ifndef HLE_BIOS_H
#define HLE_BIOS_H

#include "common.h"

extern const size_t hleBiosLength;
extern const uint8_t hleBios[];

#endif