cmdLine.c
资源名称:mpc8548.rar [点击查看]
上传用户:dqzhongke1
上传日期:2022-06-26
资源大小:667k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* cmdLine.c - command line build file include */
- /*
- * Copyright (c) 2005 Wind River Systems, Inc.
- *
- * The right to copy, distribute, modify, or otherwise make use
- * of this software may be licensed only pursuant to the terms
- * of an applicable Wind River license agreement.
- */
- /*
- modification history
- --------------------
- 01a,04dec05,dtr Created
- */
- #ifndef INC_cmdLineH
- #define INC_cmdLineH
- #ifdef INCLUDE_VXBUS
- #ifndef PRJ_BUILD
- #include <vxWorks.h>
- #include <config.h>
- #include <../src/hwif/util/cmdLineBuild.c>
- #endif /* PRJ_BUILD */
- #endif /* INCLUDE_VXBUS */
- #endif /* INC_cmdLineH */