wdbviodrv.h
来自「IXP425的BSP代码」· C头文件 代码 · 共 41 行
H
41 行
/* wdbVioDrv.h - header file for remote debug packet library *//* Copyright 1984-2002 Wind River Systems, Inc. *//*modification history--------------------01b,26apr02,dat Adding cplusplus protection, SPR 7501701a,28jun95,ms written.*/#ifndef __INCwdbVioDrvh#define __INCwdbVioDrvh/* includes */#include "wdb/wdb.h"#ifdef __cplusplusextern "C" {#endif/* function prototypes */#if defined(__STDC__)extern void wdbVioDrv (char * devName);#else /* __STDC__ */extern void wdbPktDevInit ();#endif /* __STDC__ */#ifdef __cplusplus}#endif#endif /* __INCwdbVioDrvh */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?