win_plat.h
来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· C头文件 代码 · 共 23 行
H
23 行
/* -*-C-*-
*
* $Revision: 1.3 $
* $Author: kwelton $
* $Date: 2000/08/08 21:45:52 $
*
* win_plat.h - ARM Template header file
*
* Copyright (c) ARM Limited 1998, 1999.
* All Rights Reserved
*/
/* One of these has the definitions for features standard in the processor */
#if defined(FORCE_ARM720) || defined(FORCE_ARM920)
#include "armx20t.h"
#endif
/* These have the definitions which use features of the board */
#include "board.h"
#include "platform.h"
/* EOF win_plat.h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?