23 lines
		
	
	
		
			487 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			487 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /*
 | |
|     Copyright   Novatek Microelectronics Corp. 2005.  All rights reserved.
 | |
| 
 | |
|     @file       UIMode.h
 | |
|     @ingroup    mIPRJAPUIFlow
 | |
| 
 | |
|     @brief      UI Mode Functions
 | |
|                 This file is the user interface ( for interchange flow control).
 | |
| 
 | |
|     @note       Nothing.
 | |
| 
 | |
|     @date       2005/04/01
 | |
| */
 | |
| 
 | |
| #ifndef _UIMODEUSBDISK_H
 | |
| #define _UIMODEUSBDISK_H
 | |
| 
 | |
| #include "SysMain.h"
 | |
| extern SYS_MODE gModeUsbDisk;
 | |
| extern int PRIMARY_MODE_USBMSDC;    ///< USB MSDC
 | |
| 
 | |
| #endif //_UIMODEUSBDISK_H
 | 
