pciConfigShow.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* pciConfigShow.h - PCI bus show routines*/
  2. /* Copyright 1984-1998 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,11mar98,tm   renamed to pciConfigShow.h from pciIomapShow.h
  7. 01a,04mar98,tm   derived from pciIomapLib.h v01m
  8. */
  9. #ifndef __INCpciConfigShowh
  10. #define __INCpciConfigShowh
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #ifndef _ASMLANGUAGE
  15. #if defined(__STDC__) || defined(__cplusplus)
  16. STATUS pciDeviceShow (int busNo);
  17. STATUS pciHeaderShow (int busNo, int deviceNo, int funcNo);
  18. STATUS pciFindDeviceShow(int vendorId, int deviceId, int index);
  19. STATUS pciFindClassShow (int classCode, int index);
  20. #else /* __STDC__ */
  21. STATUS pciDeviceShow ();
  22. STATUS pciHeaderShow ();
  23. STATUS pciFindDeviceShow();
  24. STATUS pciFindClassShow ();
  25. #endif /* __STDC__ */
  26. #endif /* _ASMLANGUAGE */
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif /* __INCpciConfigShowh */