OEMBOOT.C
上传用户: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.c : OEM specific bootloader routines
  18.  *
  19.  * @author  zartoven@samsung.com (SOC, SWC, SAMSUNG Electronics)
  20.  *
  21.  * @date    2002/04/09
  22.  * 
  23.  * Log:
  24.  *  2002/04/09  Start(From ODO's BSP)
  25.  *      
  26.  ******************************************************************************
  27.  */
  28. #include "warning.h"
  29.  
  30. #include "......kernelhaldebug.c"
  31. unsigned int 
  32. PowerOnSelfTest(void) 
  33. {
  34.     return 1;
  35. }