2440slib.h
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. //
  2. // Copyright (c) Microsoft Corporation.  All rights reserved.
  3. //
  4. //
  5. // Use of this source code is subject to the terms of the Microsoft end-user
  6. // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
  7. // If you did not accept the terms of the EULA, you are not authorized to use
  8. // this source code. For a copy of the EULA, please see the LICENSE.RTF on your
  9. // install media.
  10. //
  11. /*++
  12. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  13. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  14. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  15. PARTICULAR PURPOSE.
  16. --*/
  17. //===================================================================
  18. // File Name : 2440slib.h
  19. // Function  : S3C2440 
  20. // Program   : Shin, On Pil (SOP)
  21. // Date      : February 20, 2002
  22. // Version   : 1.0
  23. // History
  24. //   0.0 : Programming start (February 20,2002) -> SOP
  25. //  1.0 : Modified for SMDK2440 PPC2003 BSP ( November 29, 2003 ) -> HMSEO
  26. //===================================================================
  27. #ifndef __2440slib_h__
  28. #define __2440slib_h__
  29. #ifdef __cplusplus
  30. extern "C" {
  31. #endif
  32. void MMU_EnableICache(void);
  33. void Launch(unsigned int PhysicalAddress);
  34. #ifdef __cplusplus
  35. }
  36. #endif
  37. #endif   //__2440slib_h__