global.h
来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· C头文件 代码 · 共 26 行
H
26 行
//
// Permedia3 Sample Display Driver
// global.h
//
// Copyright (c) 2000 Microsoft Corporation. All rights reserved.
//
// This file contains the definitions of all of the global variables in the
// driver.
#pragma once
// init.c
// This global contains all of the configuration information about the
// device.
extern PERM3_CONFIG g_Config;
// register.c
// This is a cached copy of the base address for the memory region 0. It is
// used whenever a region 0 register is accessed.
extern volatile ULONG * g_Region0Base;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?