stubAppInit.c
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* usrAppInit.c - stub application initialization routine */
- /* Copyright 1984-1998 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,02jun98,ms written
- */
- /*
- DESCRIPTION
- Initialize user application code.
- */
- /******************************************************************************
- *
- * usrAppInit - initialize the users application
- */
- void usrAppInit (void)
- {
- #ifdef USER_APPL_INIT
- USER_APPL_INIT; /* for backwards compatibility */
- #endif
- /* add application specific code here */
- }