massstorage.h

来自「GM8120 linux driver.」· C头文件 代码 · 共 49 行

H
49
字号
///////////////////////////////////////////////////////////////////////////////
//
//	File name: MassStorage.H
//	Version: 1.0
//	Date: 2003/7/13
//
//	Author: 
//	Email: 
//	Phone: (03) 578-7888
//	Company: Faraday Tech. Corp.
///////////////////////////////////////////////////////////////////////////////

#ifndef MassStorage_H

#define MassStorage_H

//=================== 1.Condition Definition  ============================================================
//========================================================================================================


//=================== 2.Define Data Type  ================================================================
//========================================================================================================
#define HOST20_MSCD_CSW_Status_PASS        0x00
#define HOST20_MSCD_CSW_Status_FAIL        0x01
#define HOST20_MSCD_CSW_Status_PASE_ERROR  0x02
#define HOST20_MSCD_CSW_Status_STALL       0x03
#define HOST20_MSCD_CSW_Status_NOT_VALID   0x04

//=================== 3.Structure Definition =============================================================
//========================================================================================================

//=================== 4.Extern Function Definition =======================================================
//========================================================================================================
extern void Host20_MSCD_usb_stor_control_thread(struct us_data *psMassStorage);
extern UINT8 Host20_MSCD_GetMaxLUN(void);
//=================== 5.Extern Variable Definition =======================================================
//========================================================================================================



//=================== 6.Extern Function From Other File Definition =======================================================
//========================================================================================================




#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?