#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 is used to store file descriptors and other information.
NANDOpen, NANDOpenAsync, NANDClose, NANDCloseAsync, NANDRead, NANDReadAsync, NANDWrite, NANDWriteAsync, NANDSeek, NANDSeekAsync
2006/06/16 Initial version.
CONFIDENTIAL