CARDRomRegion

Definition

#include <nitro/card.h>

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


Description

This structure shows FNT and FAT information based on the ROM format. The structure members are described below.
offset Indicates the offset value of the beginning of the region from the base.
length Indicates the byte size of the region range, from the offset.

See Also

CARD_GetRomRegionFNT, CARD_GetRomRegionFAT

Revision History

2004/07/09 Initial version.


CONFIDENTIAL