📄 platforminit.h
字号:
/******************************************************************************
**
** COPYRIGHT (C) 2000 Intel Corporation
**
** FILENAME: platformInit.h
**
** PURPOSE: This is file contains the platform's SW Init and HW Setup
** APIs headers.
**
** LAST MODIFIED: 12/21/00
******************************************************************************/
#ifndef _platformInit_h
#define _platformInit_h
/*
*******************************************************************************
* Functional Prototypes
*******************************************************************************
*/
void PlatformSWInit (void);
UINT32 PlatformHWSetup (void);
#endif // _platformInit_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -