passFsLib.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* passFsLib.h - pass-through file system library header */
- /* Copyright 1984-1993 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,05jun93,gae written.
- */
- #ifndef __INCpassFsLibh
- #define __INCpassFsLibh
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* Function declarations */
- #if defined(__STDC__) || defined(__cplusplus)
- extern void *passFsDevInit (char *devName);
- extern STATUS passFsInit (int nPassfs);
- #else /* __STDC__ */
- extern void *passFsDevInit ();
- extern STATUS passFsInit ();
- #endif /* __STDC__ */
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCpassFsLibh */