types.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:
VxWorks
开发平台:
C/C++
- /* types.h - obsolete vxWorks 5.0 header file */
- /* Copyright 1984-1992 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01c,29sep92,rrr changed name of __INCtypesh to avoid conflict
- 01b,22sep92,rrr added support for c++
- 01a,19sep92,smb written for compatibility with 5.0
- */
- #ifndef __INCobsolete_typesh
- #define __INCobsolete_typesh
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "sys/types.h"
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCobsolete_typesh */