posixName.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* posixName.h - posix table synchronisation */
- /* Copyright 1984-1993 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01b,13dec93,dvs changed prototype to match that in posixNameLib.c
- 01a,06apr93,smb written
- */
- #ifndef __INCposixNameh
- #define __INCposixNameh
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "symLib.h"
- /* Defines */
- #define POSIX_TBL_HASH_SIZE_LOG2 6 /* 64 entry hash table for status */
- /* Function declarations */
- #if defined(__STDC__) || defined(__cplusplus)
- SYMTAB_ID posixNameTblInit (int PosixTblHashSize);
- #else /* __STDC__ */
- SYMTAB_ID posixNameTblInit ();
- #endif /* __STDC__ */
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCposixNameh*/