- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
OEMBOOT.H
资源名称:SMDK2440.rar [点击查看]
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:
Windows CE
开发平台:
Windows_Unix
- /******************************************************************************
- *
- * 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.
- *
- *-----------------------------------------------------------------------------
- *
- * S3C2440 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__ */