]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h
7eea7e1d292afd33b58c80778824df9e3c4110b4
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Library / I2cMmioConfigLib.h
1 /*++
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9 **/
10
11 #ifndef __MMIO_CONFIG_LIB_H__
12 #define __MMIO_CONFIG_LIB_H__
13
14 #include <Protocol/MmioDevice.h>
15
16 ///
17 /// Declare the memory mapped I/O devices assocaited with the
18 /// board.
19 ///
20 extern CONST EFI_MMIO_DEVICE_PROTOCOL gMmioDeviceList [ ];
21 extern CONST UINTN gMmioDeviceCount;
22
23 #endif // __MMIO_CONFIG_LIB_H__