semPxLibP.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* semPxLibP.h - private POSIX semaphore library header */
- /* Copyright 1984-1994 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01c,12jan94,kdl changed semaphoreInit() to semPxLibInit().
- 01b,17dec93,dvs added semPxClassId
- 01a,29nov93,dvs written
- */
- #ifndef __INCsemPxLibPh
- #define __INCsemPxLibPh
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "vxWorks.h"
- extern CLASS_ID semPxClassId; /* POSIX sem class ID */
- /* function declarations */
- #if defined(__STDC__) || defined(__cplusplus)
- extern STATUS semPxLibInit (void);
- #else /* __STDC__ */
- extern STATUS semPxLibInit ();
- #endif /* __STDC__ */
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCsemPxLibPh */