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

VxWorks

开发平台:

C/C++

  1. /* ifIndexLib.h - interface index library header */
  2. /* Copyright 2000 - 2001 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,29mar01,spm  file creation: copied from version 01c of tor2_0.open_stack
  7.                  branch (wpwr VOB) for unified code base
  8. */
  9. #ifndef __INCifIndexLibh
  10. #define __INCifIndexLibh
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. /* function declarations */
  15. extern void ifIndexLibInit(void);
  16. extern void ifIndexLibShutdown(void);
  17. extern int  ifIndexAlloc(void);
  18. extern BOOL ifIndexTest(int ifIndex);
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif /* __INCifIndexLibh */