def_atapi.h

来自「小型操作系统,以VC为开发环境,需要boachs调试」· C头文件 代码 · 共 34 行

H
34
字号
/***************************************************************************
**     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 + =
减小字号Ctrl + -
显示快捷键?