mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
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:
parent
79c9c8017e
commit
c2076e0e89
@ -70,6 +70,19 @@ BOOL FATFS_InitFIRM( void* nandContext );
|
|||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
BOOL FATFS_MountDriveFIRM( int driveno, FATFSMediaType media, int partition_no );
|
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
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user