⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 buslocal.h

📁 IXP425的BSP代码
💻 H
字号:
/* busLocal.h - sysBusToLocal/sysLocalToBus header *//* Copyright 1984-1992 Wind River Systems, Inc. *//*modification history--------------------01b,22sep92,rrr  added support for c++01a,16jun92,ccc  created.*//*DESCRIPTIONThis file contains header information for the sysBusToLocal() andsysLocalToBus() routines.*/#ifndef __INCbusLocalh#define __INCbusLocalh#ifdef __cplusplusextern "C" {#endif/* function declarations */#ifndef	_ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)IMPORT	STATUS	sysLocalToBusAdrs (int adrsSpace, char *localAdrs,				   char **pBusAdrs);IMPORT	STATUS	sysBusToLocalAdrs (int adrsSpace, char *busAdrs,				   char **pLocalAdrs);#else	/* __STDC__ */IMPORT	STATUS	sysLocalToBusAdrs ();IMPORT	STATUS	sysBusToLocalAdrs ();#endif	/* __STDC__ */#endif	/* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCbusLocalh */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -