global.h
来自「DOS下读取CPU信息,编译环境Tubor C 3.0」· C头文件 代码 · 共 23 行
H
23 行
/***************************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?