oemboot.h

来自「北京革新公司的gx-2410ep实验板的wince4.2的bsp.」· C头文件 代码 · 共 39 行

H
39
字号
/******************************************************************************
 *
 * System On Chip(SOC)
 *
 * Copyright (c) 2002 Software Center, Samsung Electronics, Inc.
 * All rights reserved.
 *
 * This software is the confidential and proprietary information of Samsung 
 * Electronics, Inc("Confidential Information"). You Shall not disclose such 
 * Confidential Information and shall use it only in accordance with the terms 
 * of the license agreement you entered into Samsung.
 *
 *-----------------------------------------------------------------------------
 *
 *  S3C2410 BSP (WinCE3.0 & PocketPC2002)
 *
 * oemboot.h : Just Function Define
 *
 * @author  zartoven@samsung.com (SOC, SWC, SAMSUNG Electronics)
 *
 * @date    2002/04/08
 * 
 * Log:
 *  2002/04/08  Start(From ODO's BSP)
 *      
 ******************************************************************************
 */

#ifndef __OEMBOOT_H__
#define __OEMBOOT_H__

BOOL OEMGetRealTime( LPSYSTEMTIME lpst );
BOOL OEMSetRealTime( LPSYSTEMTIME lpst );

#define RAMTEST_RAM_START   0x8C058000  // beyond eboot's region in boot.bib
#define RAMTEST_RAM_END     0x8E000000  // end of virtual space in OEMAddressTable

#endif /* __OEMBOOT_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?