summaryrefslogtreecommitdiff
path: root/packages/libndsfpc/src/nds/arm9/nand.inc
blob: 42d3c9c2aa27d8e0474a50c2d020e002810c4b68 (plain)
1
2
3
4
5
6
{$ifdef NDS_INTERFACE}
function nand_ReadSectors(sector: sec_t; numSectors: sec_t; buffer: pointer): cbool; cdecl; external;
function nand_WriteSectors(sector: sec_t; numSectors: sec_t; buffer: pointer): cbool; cdecl; external;
function nand_GetSize(): ssize_t; cdecl; external;

{$endif NDS_INTERFACE}