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

📄 pccard_cis.h

📁 This a generic PCI express device driver that enable user to access the device without caring much o
💻 H
字号:
#ifndef _PCCARD_CIS_H_
#define _PCCARD_CIS_H_

/********************************************************************************
* File - pccard_cis.h - PCCARD card information structure tuples definitions    *
*                                                                               *
*********************************************************************************/

#include "windrvr.h"

/* -----------------------------------------------
    PCCARD card information structure tuple codes
   ----------------------------------------------- */
#define CISTPL_NULL        0x00
#define CISTPL_DEVICE      0x01
#define CISTPL_CHECKSUM    0x10
#define CISTPL_LONGLINK_A  0x11
#define CISTPL_LONGLINK_C  0x12
#define CISTPL_LINKTARGET  0x13
#define CISTPL_NO_LINK     0x14
#define CISTPL_VERS_1      0x15
#define CISTPL_ALTSTR      0x16
#define CISTPL_DEVICE_A    0x17
#define CISTPL_JEDEC_C     0x18
#define CISTPL_JEDEC_A     0x19
#define CISTPL_MANFID      0x20
#define CISTPL_FUNCID      0x21
#define CISTPL_FUNCE       0x22
#define CISTPL_VERS_2      0x40
#define CISTPL_FORMAT      0x41
#define CISTPL_GEOMETRY    0x42
#define CISTPL_BYTEORDER   0x43
#define CISTPL_DATE        0x44
#define CISTPL_BATTERY     0x45
#define CISTPL_ORG         0x46
#define CISTPL_END         0xFF
typedef BYTE PCCARD_CISTPL_CODE;

#endif

⌨️ 快捷键说明

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