pciintlib.h
来自「IXP425的BSP代码」· C头文件 代码 · 共 47 行
H
47 行
/* pciIntLib.h - PCI Interrupt support public constants header file *//* Copyright 1984-1998 Wind River Systems, Inc. *//*modification history--------------------01b,04mar98, tm moved pciIntRtn structure to private header file01a,24feb98, tm derived from pciIomapLib.h v01a from ebsa285 BSP*/#ifndef __INCpciIntLibh#define __INCpciIntLibh#ifdef __cplusplusextern "C" {#endif#ifndef PCI_IRQ_LINES#define PCI_IRQ_LINES 32#endif /* PCI_IRQ_LINES */#ifndef _ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)STATUS pciIntLibInit (void);STATUS pciIntConnect (VOIDFUNCPTR *vector, VOIDFUNCPTR routine, int parameter);STATUS pciIntDisconnect (VOIDFUNCPTR *vector, VOIDFUNCPTR routine);#else /* __STDC__ */STATUS pciIntLibInit ();STATUS pciIntConnect ();STATUS pciIntDisconnect ();#endif /* __STDC__ */#endif /* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCpciIntLibh */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?