📄 global.h
字号:
/***************************************************************************
* File: GLOBAL.H
* Description: global data struct define area for load utility
* Author: HS.Zhang
* Dependence: None
* Copyright (c) MicroAurora BeiJing Information
* History:
* 04/03/2001 HS.Zhang Create this module
***************************************************************************/
#ifndef __GLOBAL_H__
#define __GLOBAL_H__
#pragma warning(disable:4214 4201)
#define PCI_CONFIG_INDEX_REG 0xCF8
#define PCI_CONFIG_DATA_REG 0xCFC
#define PCI_MAX_DEVICES 32
#define PCI_MAX_FUNCTION 8
#define PCI_MAX_BRIDGE_NUMBER 0xFF
#define PCI_TYPE0_ADDRESSES 6
#endif // __GLOBAL_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -