consts.h

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· C头文件 代码 · 共 34 行

H
34
字号
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
Copyright (c) 1995-2000 Microsoft Corporation.  All rights reserved.

Module Name:  

  consts.h

Abstract:  

  internal include file to bootload module. This files defines all the constants that
  OEM need to supply
  
Functions:

  
Notes:


Revision History:

--*/
#ifndef _CONSTANTS_H_
#define _CONSTANTS_H_

// CPU/Platform related constants
extern const UCHAR CPU_ID;                  // cpu ID
extern const DWORD DEFAULT_LAUNCH_ADDR;     // default launch address

#endif // _CONSTANTS_H_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?