pciIntLibP.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* pciIntLibP.h - PCI Interrupt support private constants header file */
- /* Copyright 1984-1998 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,04mar98, tm derived from pciIntLib.h v01a
- */
- #ifndef __INCpciIntLibPh
- #define __INCpciIntLibPh
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifndef _ASMLANGUAGE
- typedef struct pciIntRtn
- {
- DL_NODE node; /* double link list */
- VOIDFUNCPTR routine; /* interrupt handler */
- int parameter; /* parameter of the handler */
- } PCI_INT_RTN;
- #endif /* _ASMLANGUAGE */
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCpciIntLibPh */