#include <revolution/nand.h>
typedef struct NANDFileInfo
{
...
} NANDFileInfo;
(The structure members are not listed here since they might be changed in a future version. For more information, see nand.h. Avoid accessing these members directly. Doing so can lead to system instability.)
The NANDFileInfo structure stores file descriptors and other information.
NANDOpen, NANDOpenAsync, NANDClose, NANDCloseAsync, NANDRead, NANDReadAsync, NANDWrite, NANDWriteAsync, NANDSeek, NANDSeekAsync
06/16/2006 Initial version.