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

📄 pciconfigshow.h

📁 IXP425的BSP代码
💻 H
字号:
/* pciConfigShow.h - PCI bus show routines*//* Copyright 1984-1998 Wind River Systems, Inc. *//*modification history--------------------01b,11mar98,tm   renamed to pciConfigShow.h from pciIomapShow.h01a,04mar98,tm   derived from pciIomapLib.h v01m*/#ifndef __INCpciConfigShowh#define __INCpciConfigShowh#ifdef __cplusplusextern "C" {#endif#ifndef _ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)STATUS pciDeviceShow	(int busNo);STATUS pciHeaderShow	(int busNo, int	deviceNo, int funcNo);STATUS pciFindDeviceShow(int vendorId, int deviceId, int index);STATUS pciFindClassShow	(int classCode, int index);#else	/* __STDC__ */STATUS pciDeviceShow	();STATUS pciHeaderShow	();STATUS pciFindDeviceShow();STATUS pciFindClassShow	();#endif	/* __STDC__ */#endif	/* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCpciConfigShowh */

⌨️ 快捷键说明

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