dosfsverp.h

来自「the vxworks system kernel souce packeg.t」· C头文件 代码 · 共 54 行

H
54
字号
/* 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 __cplusplusextern "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 */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?