boot.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
- #ifndef __J_BOOT_H__
- #define __J_BOOT_H__
- /******************************************************************************
- * Head File Reference Area
- ******************************************************************************/
- #include "stddefs.h" /* STAPI includes */
- #include "stboot.h"
- /******************************************************************************
- * Extern Variables
- ******************************************************************************/
- extern STBOOT_DCache_Area_t g_KBBOOTDCacheMap[2];
- /******************************************************************************
- * Function Declaration
- ******************************************************************************/
- ST_ErrorCode_t KB_BOOTSetup(void);
- #endif