示例#1
0
void ExitCleanup()
{
	LWP_SuspendThread (devicethread);
	UnmountAllFAT();
	CloseShare();

#ifdef HW_RVL
	DI_Close();
#endif
}
示例#2
0
void ExitCleanup()
{
	UnmountAllFAT();
}