OEMBOOT.C
资源名称: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.c : OEM specific bootloader routines
- *
- * @author zartoven@samsung.com (SOC, SWC, SAMSUNG Electronics)
- *
- * @date 2002/04/09
- *
- * Log:
- * 2002/04/09 Start(From ODO's BSP)
- *
- ******************************************************************************
- */
- #include "warning.h"
- #include "......kernelhaldebug.c"
- unsigned int
- PowerOnSelfTest(void)
- {
- return 1;
- }