]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
Update Nt32 platform to use dynamic HII pcd to save console output mode.
[mirror_edk2.git] / Nt32Pkg / Library / Nt32BdsLib / BdsPlatform.h
index 39330cc48ebd222480d917e84c6965889c75502f..99a2a4ccf99fdebebccc38406a714e30f2754c6a 100644 (file)
@@ -27,16 +27,18 @@ Abstract:
 #include <Library/DebugLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
+#include <Library/UefiRuntimeServicesTableLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/PcdLib.h>\r
 #include <Library/GenericBdsLib.h>\r
 #include <Library/PlatformBdsLib.h>\r
-#include <Library/GraphicsLib.h>\r
+#include <Library/DevicePathLib.h>\r
 \r
 #include <Protocol/WinNtThunk.h>\r
 #include <Protocol/WinNtIo.h>\r
 #include <Guid/Bmp.h>\r
+#include <Guid/UnixSystemConfig.h>\r
 \r
 extern BDS_CONSOLE_CONNECT_ENTRY  gPlatformConsole[];\r
 extern EFI_DEVICE_PATH_PROTOCOL   *gPlatformConnectSequence[];\r
@@ -81,39 +83,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