boot.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __J_BOOT_H__
  2. #define __J_BOOT_H__
  3. /******************************************************************************
  4. *                        Head File Reference Area
  5. ******************************************************************************/
  6. #include "stddefs.h"    /* STAPI includes */
  7. #include "stboot.h"
  8. /******************************************************************************
  9. *                        Extern Variables
  10. ******************************************************************************/
  11. extern STBOOT_DCache_Area_t g_KBBOOTDCacheMap[2];
  12. /******************************************************************************
  13. *                        Function Declaration
  14. ******************************************************************************/
  15. ST_ErrorCode_t KB_BOOTSetup(void);
  16. #endif