wdbFuncBind.c
上传用户:baixin
上传日期:2008-03-13
资源大小:4795k
文件大小:0k
开发平台:

MultiPlatform

  1. /* wdbFuncBind.c - indirect module calls for the wdb agent */
  2. /* Copyright 1984-1994 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,07jun95,ms added __wdbEvtptDeleteAll
  7. 01a,12jan95,ms  written.
  8. */
  9. /*
  10. DESCPRIPTION
  11. This library is used to decouple some wdb modules.
  12. */
  13. #include "vxWorks.h"
  14. #include "rpc/rpc.h"
  15. BOOL (*__wdbEventListIsEmpty) (void);
  16. void (*__wdbEvtptDeleteAll) (void);