ifIndexLib.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* ifIndexLib.h - interface index library header */
- /* Copyright 2000 - 2001 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,29mar01,spm file creation: copied from version 01c of tor2_0.open_stack
- branch (wpwr VOB) for unified code base
- */
- #ifndef __INCifIndexLibh
- #define __INCifIndexLibh
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* function declarations */
- extern void ifIndexLibInit(void);
- extern void ifIndexLibShutdown(void);
- extern int ifIndexAlloc(void);
- extern BOOL ifIndexTest(int ifIndex);
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCifIndexLibh */