From: yshang1 Date: Thu, 19 Jul 2007 05:21:21 +0000 (+0000) Subject: Clean up the duplicated definitions in Ppi/Smbus.h of IntelFrameworkPkg. X-Git-Tag: edk2-stable201903~22610 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=3f3181b487abb363cf5e4ed25e7249433aa04768 Clean up the duplicated definitions in Ppi/Smbus.h of IntelFrameworkPkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3351 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/IntelFrameworkPkg/Include/Ppi/Smbus.h b/IntelFrameworkPkg/Include/Ppi/Smbus.h index d530d0d689..e179d0ceb3 100644 --- a/IntelFrameworkPkg/Include/Ppi/Smbus.h +++ b/IntelFrameworkPkg/Include/Ppi/Smbus.h @@ -22,7 +22,7 @@ #define _PEI_SMBUS_PPI_H #include -#include +#include #define EFI_PEI_SMBUS_PPI_GUID \ { \ @@ -133,11 +133,6 @@ EFI_STATUS IN OUT EFI_SMBUS_DEVICE_ADDRESS *SlaveAddress OPTIONAL ); -typedef struct { - EFI_SMBUS_DEVICE_ADDRESS SmbusDeviceAddress; - EFI_SMBUS_UDID SmbusDeviceUdid; -} EFI_SMBUS_DEVICE_MAP; - /** The GetArpMap() function returns the mapping of all the SMBus devices that are enumerated by the SMBus host driver.