summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h')
-rw-r--r--Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h b/Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h
deleted file mode 100644
index 7eea7e1..0000000
--- a/Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*++
-
- Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
-
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-
-
-**/
-
-#ifndef __MMIO_CONFIG_LIB_H__
-#define __MMIO_CONFIG_LIB_H__
-
-#include <Protocol/MmioDevice.h>
-
-///
-/// Declare the memory mapped I/O devices assocaited with the
-/// board.
-///
-extern CONST EFI_MMIO_DEVICE_PROTOCOL gMmioDeviceList [ ];
-extern CONST UINTN gMmioDeviceCount;
-
-#endif // __MMIO_CONFIG_LIB_H__