wdbVioDrv.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* wdbVioDrv.h - header file for remote debug packet library */
  2. /* Copyright 1984-2002 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,26apr02,dat  Adding cplusplus protection, SPR 75017
  7. 01a,28jun95,ms  written.
  8. */
  9. #ifndef __INCwdbVioDrvh
  10. #define __INCwdbVioDrvh
  11. /* includes */
  12. #include "wdb/wdb.h"
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. /* function prototypes */
  17. #if defined(__STDC__)
  18. extern void    wdbVioDrv (char * devName);
  19. #else   /* __STDC__ */
  20. extern void    wdbPktDevInit ();
  21. #endif  /* __STDC__ */
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25. #endif  /* __INCwdbVioDrvh */