OEMBOOT.H
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. /******************************************************************************
  2.  *
  3.  * System On Chip(SOC)
  4.  *
  5.  * Copyright (c) 2002 Software Center, Samsung Electronics, Inc.
  6.  * All rights reserved.
  7.  *
  8.  * This software is the confidential and proprietary information of Samsung 
  9.  * Electronics, Inc("Confidential Information"). You Shall not disclose such 
  10.  * Confidential Information and shall use it only in accordance with the terms 
  11.  * of the license agreement you entered into Samsung.
  12.  *
  13.  *-----------------------------------------------------------------------------
  14.  *
  15.  *  S3C2440 BSP (WinCE3.0 & PocketPC2002)
  16.  *
  17.  * oemboot.h : Just Function Define
  18.  *
  19.  * @author  zartoven@samsung.com (SOC, SWC, SAMSUNG Electronics)
  20.  *
  21.  * @date    2002/04/08
  22.  * 
  23.  * Log:
  24.  *  2002/04/08  Start(From ODO's BSP)
  25.  *      
  26.  ******************************************************************************
  27.  */
  28. #ifndef __OEMBOOT_H__
  29. #define __OEMBOOT_H__
  30. BOOL OEMGetRealTime( LPSYSTEMTIME lpst );
  31. BOOL OEMSetRealTime( LPSYSTEMTIME lpst );
  32. #define RAMTEST_RAM_START   0x8C058000  // beyond eboot's region in boot.bib
  33. #define RAMTEST_RAM_END     0x8E000000  // end of virtual space in OEMAddressTable
  34. #endif /* __OEMBOOT_H__ */