add unmount but not worked (maybe not need to use)

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@175 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2007-11-14 12:11:49 +00:00
parent 79c9c8017e
commit c2076e0e89

View File

@ -70,6 +70,19 @@ BOOL FATFS_InitFIRM( void* nandContext );
*---------------------------------------------------------------------------*/
BOOL FATFS_MountDriveFIRM( int driveno, FATFSMediaType media, int partition_no );
/*---------------------------------------------------------------------------*
Name: FATFS_UnmountDriveFIRM
Description: unmount specified partition
Arguments: driveno drive number "A:" is 0
Returns: None
*---------------------------------------------------------------------------*/
BOOL FATFS_UnmountDriveFIRM( int driveno );
#ifdef __cplusplus
} /* extern "C" */
#endif