* Removed extra typedefs on structures to fix error generated by gcc.
edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h: * Changed name of colliding function pointer typedef. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4930 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -89,12 +89,12 @@ EFI_STATUS
|
||||
IN PEI_SMBUS_NOTIFY_FUNCTION NotifyFunction
|
||||
);
|
||||
|
||||
typedef struct _PEI_SMBUS_PPI {
|
||||
struct _PEI_SMBUS_PPI {
|
||||
PEI_SMBUS_PPI_EXECUTE_OPERATION Execute;
|
||||
PEI_SMBUS_PPI_ARP_DEVICE ArpDevice;
|
||||
PEI_SMBUS_PPI_GET_ARP_MAP GetArpMap;
|
||||
PEI_SMBUS_PPI_NOTIFY Notify;
|
||||
} PEI_SMBUS_PPI;
|
||||
};
|
||||
|
||||
extern EFI_GUID gPeiSmbusPpiGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user