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

📄 ixm1200pci.h

📁 vxworks的BSP开发配置文件
💻 H
字号:
/* ixm1200Pci.c - Intel IXM1200 PCI Unit driver *//* Copyright 1998 Wind River Systems, Inc.; Copyright 1999 Intel Corp. *//*modification history--------------------01d,14sep01,scm  remove pciInfoSearch... not used01c,30aug01,scm  adjust to reflect ixm1200...01b,29jun26,scm  Adding support for new drivers01a,24apr00,drj  extracted from ixp1200Pci.c, version 01c*/#ifndef INCixm1200pcih#define INCixm1200pcihenum PciBarId{CSR_BAR=0, IO_BAR, SD_BAR, NO_BAR};typedef struct {    UINT32 size;    UINT32 address;} PciBar;typedef struct {    int bus;    int device;    int func;    int irq;    BOOL error;    UINT16 vendor_id;    UINT16 device_id;    PciBar bar[7];} PciDevice;#if defined(__cplusplus)extern "C"{#endif				/* __cplusplus */extern PciDevice *pciInfoGet(unsigned short device);extern PciDevice *pciDeviceGet ( int vendor_id, int device_id, int count);#if defined(__cplusplus)}#endif				/* __cplusplus */#endif				/* ifndef INCixm1200pcih */

⌨️ 快捷键说明

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