summaryrefslogtreecommitdiff
path: root/arm9/lib/include/CARD_rom.h
blob: 327bc9954db1d1dd20261b28638fa4f1f3e92342 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef NITRO_CARD_ROM_H_
#define NITRO_CARD_ROM_H_

typedef struct
{
    u32 offset;
    u32 length;
}
CARDRomRegion;

#endif //NITRO_CARD_ROM_H_