예제 #1
0
파일: FsWrap_.c 프로젝트: beartan/q-sys
FS_i32 FS_Exit(void) {
  
  FS_i32 i = _VOLUMES;
  /* Register work area for logical drives */
  while(i--)
  {
	  f_mount(0, NULL);
  }

#ifndef __BOOT__	
	  FS_X_OS_Exit( );
#endif

  return 0;
}
예제 #2
0
파일: api_misc.c 프로젝트: yenmuse/ucosx86
int FS_Exit(void) {
  return FS_X_OS_Exit();
}