Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
OEMBOOT.H
Package: SMDK2440.rar [view]
Upload User: qiulin1960
Upload Date: 2013-10-16
Package Size: 2844k
Code Size: 1k
Category:
Windows CE
Development Platform:
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__ */