]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h
UefiCpuPkg/PiSmmCpu: Check for untested memory in GCD
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Library / I2cMmioConfigLib.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14**/\r
15\r
16#ifndef __MMIO_CONFIG_LIB_H__\r
17#define __MMIO_CONFIG_LIB_H__\r
18\r
19#include <Protocol/MmioDevice.h>\r
20\r
21///\r
22/// Declare the memory mapped I/O devices assocaited with the\r
23/// board.\r
24///\r
25extern CONST EFI_MMIO_DEVICE_PROTOCOL gMmioDeviceList [ ];\r
26extern CONST UINTN gMmioDeviceCount;\r
27\r
28#endif // __MMIO_CONFIG_LIB_H__\r