summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h
index f93fd37f01..d3269b488f 100644
--- a/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h
+++ b/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h
@@ -41,12 +41,12 @@ typedef enum {
typedef
EFI_STATUS
-(EFIAPI *EFI_PEI_RESET_SYSTEM) (
+(EFIAPI *PEI_RESET_PPI_RESET_SYSTEM) (
IN EFI_PEI_SERVICES **PeiServices
);
typedef struct {
- EFI_PEI_RESET_SYSTEM ResetSystem;
+ PEI_RESET_PPI_RESET_SYSTEM ResetSystem;
} PEI_RESET_PPI;
extern EFI_GUID gPeiResetPpiGuid;