]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / Nt32Pkg / Library / Nt32BdsLib / BdsPlatform.h
index 5dcce86874fd1af8cdd1139c4177407b8c5bfe4f..e824d1937d4e1f426b679bf0a19be4e751ff9b1e 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/**@file\r
 \r
 Copyright (c) 2004 - 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -17,7 +17,7 @@ Abstract:
 \r
   Head file for BDS Platform specific code\r
 \r
---*/\r
+**/\r
 \r
 #ifndef _BDS_PLATFORM_H\r
 #define _BDS_PLATFORM_H\r
@@ -81,39 +81,33 @@ typedef struct {
 VOID\r
 PlatformBdsGetDriverOption (\r
   IN LIST_ENTRY                   *BdsDriverLists\r
-  )\r
-;\r
+  );\r
 \r
 EFI_STATUS\r
 BdsMemoryTest (\r
   EXTENDMEM_COVERAGE_LEVEL Level\r
-  )\r
-;\r
+  );\r
 \r
 VOID\r
 PlatformBdsConnectSequence (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 \r
 EFI_STATUS\r
 ProcessCapsules (\r
   EFI_BOOT_MODE BootMode\r
-  )\r
-;\r
+  );\r
 \r
 EFI_STATUS\r
 PlatformBdsConnectConsole (\r
   IN BDS_CONSOLE_CONNECT_ENTRY   *PlatformConsole\r
-  )\r
-;\r
+  );\r
 \r
 EFI_STATUS\r
 PlatformBdsNoConsoleAction (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 VOID\r
 PlatformBdsEnterFrontPage (\r