summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Include/Library/SmmCpuPlatformHookLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'UefiCpuPkg/Include/Library/SmmCpuPlatformHookLib.h')
-rw-r--r--UefiCpuPkg/Include/Library/SmmCpuPlatformHookLib.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/UefiCpuPkg/Include/Library/SmmCpuPlatformHookLib.h b/UefiCpuPkg/Include/Library/SmmCpuPlatformHookLib.h
index fdb756de9d..f9cc3f7249 100644
--- a/UefiCpuPkg/Include/Library/SmmCpuPlatformHookLib.h
+++ b/UefiCpuPkg/Include/Library/SmmCpuPlatformHookLib.h
@@ -13,10 +13,10 @@
/// SMM Page Size Type
///
typedef enum {
- SmmPageSize4K,
- SmmPageSize2M,
- SmmPageSize1G,
- MaxSmmPageSizeType
+ SmmPageSize4K,
+ SmmPageSize2M,
+ SmmPageSize1G,
+ MaxSmmPageSizeType
} SMM_PAGE_SIZE_TYPE;
/**
@@ -74,7 +74,7 @@ ClearTopLevelSmiStatus (
EFI_STATUS
EFIAPI
PlatformSmmBspElection (
- OUT BOOLEAN *IsBsp
+ OUT BOOLEAN *IsBsp
);
/**
@@ -94,10 +94,10 @@ PlatformSmmBspElection (
EFI_STATUS
EFIAPI
GetPlatformPageTableAttribute (
- IN UINT64 Address,
- OUT SMM_PAGE_SIZE_TYPE *PageSize,
- OUT UINTN *NumOfPages,
- OUT UINTN *PageAttribute
+ IN UINT64 Address,
+ OUT SMM_PAGE_SIZE_TYPE *PageSize,
+ OUT UINTN *NumOfPages,
+ OUT UINTN *PageAttribute
);
#endif