📄 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 + -