📄 sysgt64260pci.h
字号:
/* sysGt64260Pci.h - GT64260 PCI definitions *//* Copyright 1984-2002 Wind River Systems, Inc. *//*modification history--------------------01c,03jun02,gtf Modified from sysMpc107Pci.h.01b,25oct01,g_h Cleaning01a,05mar98,est created*//*DESCRIPTION:Contains structure typedefs for the Galileo GT64260 PCI interface.*/#ifndef __INCsysGt64260Pcih#define __INCsysGt64260Pcih#ifdef __cplusplusextern "C" {#endif/* function prototypes */#ifndef _ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)IMPORT void sysGt64260PciInit (int);IMPORT STATUS sysPciConfigRead ( int bus, int dev, int func, int reg, int size, void * pResult ) ;IMPORT STATUS sysPciConfigWrite ( int bus, int dev, int func, int reg, int size, UINT32 data ) ;#else /* __STDC__ */IMPORT void sysGt64260PciInit ();IMPORT STATUS sysPciConfigRead ();IMPORT STATUS sysPciConfigWrite ();#endif /* __STDC__ */#endif /* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCsysGt64260Pcih */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -