dosFsVerP.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* dosFsVerP.h - dosFs2 vxWorks version header file */
- /* Copyright 2001-2002 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,20sep01,jkf written - SPR#69031, common code for both AE & 5.x.
- */
- #ifndef __INCdosFsVerPh
- #define __INCdosFsVerPh
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* This WRS private header file is subject to change by WRS without notice. */
- /* include's */
- #include "vxWorks.h"
- #ifndef _WRS_VXWORKS_5_X
- # define _WRS_DOSFS2_VXWORKS_AE /* define to build for VxWorks AE */
- #endif /* !_WRS_VXWORKS_5_X */
- #ifdef _WRS_DOSFS2_VXWORKS_AE
- # include "memPartLib.h"
- # include "pdLib.h"
- # include "private/handleLibP.h" /* for VxWorks AE, use HANDLE */
- # ifndef KHEAP_REALLOC
- # define KHEAP_REALLOC(pBuf,newsize)
- memPartRealloc(memPartIdKernel,pBuf,newsize)
- # endif /* KHEAP_REALLOC */
- #else /* _WRS_DOSFS2_VXWORKS_AE */
- # include "memPartLib.h"
- # include "classLib.h" /* for VxWorks 5.x, use OBJ_CORE */
- # include "objLib.h"
- # include "private/objLibP.h"
- #endif /* DOSFS2_VXWORKS_AE */
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCdosFsVerPh */