commandlist.h

来自「优龙YLP270开发板 光盘自带的BIOS和实验例程源码 强烈推荐」· C头文件 代码 · 共 30 行

H
30
字号
/******************************************************************************
**
**  COPYRIGHT (C) 2000 Intel Corporation
**
**  FILENAME:      commandlist.h
**
**  PURPOSE:       This file contains the command lists arrays used by 
**				   Alternative I/O method.
**
**  LAST MODIFIED: 12/04/2000
******************************************************************************/

#ifndef _commandlist_h
#define _commandlist_h

/*
************************************************************************************
*					EXTERNAL GLOBAL VARIABLES 
************************************************************************************
*/

extern DM_CommandListEntry_T PlatformCmdList[];

DM_CommandListEntry_T *GetPlatformCommandList(void);
void runAll (void *arg, CHAR *paramP);

extern BOOL RunOnce;

#endif /* _commandlist_h */

⌨️ 快捷键说明

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