⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 def_atapi.h

📁 小型操作系统,以VC为开发环境,需要boachs调试
💻 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 + -