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

VxWorks

开发平台:

C/C++

  1. /* pciIntLibP.h - PCI Interrupt support private constants header file */
  2. /* Copyright 1984-1998 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,04mar98, tm  derived from pciIntLib.h v01a 
  7. */
  8. #ifndef __INCpciIntLibPh
  9. #define __INCpciIntLibPh
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. #ifndef _ASMLANGUAGE
  14. typedef struct pciIntRtn
  15.     {
  16.     DL_NODE node; /* double link list */
  17.     VOIDFUNCPTR routine; /* interrupt handler */
  18.     int parameter; /* parameter of the handler */
  19.     } PCI_INT_RTN;
  20. #endif /* _ASMLANGUAGE */
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif /* __INCpciIntLibPh */