X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FLibrary%2FNt32BdsLib%2FBdsPlatform.h;h=e824d1937d4e1f426b679bf0a19be4e751ff9b1e;hp=39330cc48ebd222480d917e84c6965889c75502f;hb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f;hpb=1f3a753ee68ac1c7a620e8064fdda718cf413761 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 (