summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/Library')
-rw-r--r--Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
index 39330cc48e..e824d1937d 100644
--- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
+++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
@@ -81,39 +81,33 @@ typedef struct {
VOID
PlatformBdsGetDriverOption (
IN LIST_ENTRY *BdsDriverLists
- )
-;
+ );
EFI_STATUS
BdsMemoryTest (
EXTENDMEM_COVERAGE_LEVEL Level
- )
-;
+ );
VOID
PlatformBdsConnectSequence (
VOID
- )
-;
+ );
EFI_STATUS
ProcessCapsules (
EFI_BOOT_MODE BootMode
- )
-;
+ );
EFI_STATUS
PlatformBdsConnectConsole (
IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole
- )
-;
+ );
EFI_STATUS
PlatformBdsNoConsoleAction (
VOID
- )
-;
+ );
VOID
PlatformBdsEnterFrontPage (