platforminit.h
来自「pxa270触摸屏驱动程序」· C头文件 代码 · 共 26 行
H
26 行
/******************************************************************************
**
** 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 + =
减小字号Ctrl + -
显示快捷键?