summaryrefslogtreecommitdiff
path: root/UnixPkg/Library/UnixBdsLib/BdsPlatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'UnixPkg/Library/UnixBdsLib/BdsPlatform.h')
-rw-r--r--UnixPkg/Library/UnixBdsLib/BdsPlatform.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h
index 61f7a1f8b1..4fd8bf181b 100644
--- a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h
+++ b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h
@@ -83,20 +83,6 @@ typedef struct {
// Platform BDS Functions
//
VOID
-PlatformBdsInit (
- IN EFI_BDS_ARCH_PROTOCOL_INSTANCE *PrivateData
- )
-;
-
-VOID
-PlatformBdsPolicyBehavior (
- IN EFI_BDS_ARCH_PROTOCOL_INSTANCE *PrivateData,
- IN LIST_ENTRY *DriverOptionList,
- IN LIST_ENTRY *BootOptionList
- )
-;
-
-VOID
PlatformBdsGetDriverOption (
IN LIST_ENTRY *BdsDriverLists
)
@@ -115,21 +101,6 @@ PlatformBdsConnectSequence (
)
;
-VOID
-PlatformBdsBootFail (
- IN BDS_COMMON_OPTION *Option,
- IN EFI_STATUS Status,
- IN CHAR16 *ExitData,
- IN UINTN ExitDataSize
- )
-;
-
-VOID
-PlatformBdsBootSuccess (
- IN BDS_COMMON_OPTION *Option
- )
-;
-
EFI_STATUS
ProcessCapsules (
EFI_BOOT_MODE BootMode