#include <nitro/fs.h>
#define FS_DMA_NOT_USE ((u32)~0)
This constant is used when the ROM file system specifies transfer by the CPU instead of a DMA channel. The FS_Init
function and the FS_SetDefaultDMA
function use this constant.
05/14/2004 Initial version.