#include <revolution/nand.h>
typedef struct NANDCommandBlock
{
...
} NANDCommandBlock;
(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 NANDCommandBlock structure is used to process asynchronous function requests in the NAND library.
NANDCreateAsync, NANDOpenAsync, NANDCloseAsync, NANDReadAsync, NANDWriteAsync, NANDSeekAsync, NANDReadDirAsync, NANDCreateDirAsync, NANDDeleteAsync, NANDMoveAsync, NANDGetStatusAsync, NANDSetStatusAsync, NANDFreeBlocksAsync, NANDSetUserData, NANDGetUserData
2006/06/16 Initial version.
CONFIDENTIAL