#ifndef HLE_BIOS_H
#define HLE_BIOS_H

#include "util/common.h"

extern const uint8_t hleBios[];

#endif