?? def_atapi.h
字號:
/***************************************************************************
** File name : def_atapi.h
** Author : x.cheng
** Create date :
**
** Comment:
** atapi.
**
** Revisions:
** $Log: def_atapi.h,v $
** Revision 1.1 2005/08/14 09:50:23 x.cheng
** add into repositories
**
** Revision 1.1 2005/08/09 16:13:12 x.cheng
** add into repositories
**
**
***************************************************************************/
#ifndef __DEF_ATAPI_H__
#define __DEF_ATAPI_H__
typedef struct AtapiPacket_Struct {
unsigned char aucPacket[ 12 ];
unsigned char ucStatus;
unsigned char ucError;
int iCount;
unsigned char ucSenseKey;
} __attribute__ ((packed)) ts_AtapiPacket;
#endif /* end of __DEF_ATAPI_H__ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -