#ifndef NITRO_CARD_ROM_H_ #define NITRO_CARD_ROM_H_ typedef struct { u32 offset; u32 length; } CARDRomRegion; #endif //NITRO_CARD_ROM_H_