mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
a82cae466b
commit
3f3181b487
|
@ -22,7 +22,7 @@
|
|||
#define _PEI_SMBUS_PPI_H
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <IndustryStandard/SmBus.h>
|
||||
#include <Ppi/Smbus2.h>
|
||||
|
||||
#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.
|
||||
|
|
Loading…
Reference in New Issue