boot.h
Upload User: fy98168
Upload Date: 2015-06-26
Package Size: 13771k
Code Size: 1k
Category:

DVD

Development Platform:

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