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

VxWorks

开发平台:

C/C++

  1. /* pciVendor.h - PCI Vendor ID definition header */
  2. /* Copyright 1984-1999 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,18aug99,mas  created
  7. */
  8. #ifndef __INCpciVendorh
  9. #define __INCpciVendorh
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. /* XXXmas WRS PCI Vendor ID (must have one assigned) */
  14. #define PCI_VEND_WRS -2
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif  /* __INCpciVendorh */