21 lines
428 B
C
Executable File
21 lines
428 B
C
Executable File
//#NT#2010/07/29#Lily Kao -begin
|
|
#ifndef _UIAPPUSBDISK_H_
|
|
#define _UIAPPUSBDISK_H_
|
|
|
|
#include "umsd.h"
|
|
#include "NvtUser/NVTEvent.h"
|
|
|
|
#include "UIApp/AppLib.h"
|
|
#include "UIApp/UIAppCommon.h"
|
|
|
|
|
|
extern void USBMakerInit_UMSD(USB_MSDC_INFO *pUSBMSDCInfo);
|
|
//#NT#2010/12/13#Lily Kao -begin
|
|
extern ER AppInit_ModeUSBMSDC(void);
|
|
//#NT#2010/12/13#Lily Kao -end
|
|
|
|
extern VControl CustomMSDCObjCtrl;
|
|
|
|
#endif
|
|
//#NT#2010/07/29#Lily Kao -end
|