TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformBootManagerLib.h
Go to the documentation of this file.
1
10#ifndef __PLATFORM_BOOT_MANAGER_LIB_H_
11#define __PLATFORM_BOOT_MANAGER_LIB_H_
13
22VOID
23EFIAPI
25 VOID
26 );
27
38VOID
39EFIAPI
41 VOID
42 );
43
49VOID
50EFIAPI
52 UINT16 TimeoutRemain
53 );
54
62VOID
63EFIAPI
65 VOID
66 );
67
68#endif
VOID EFIAPI PlatformBootManagerBeforeConsole(VOID)
Definition: LinuxBootBm.c:114
VOID EFIAPI PlatformBootManagerWaitCallback(UINT16 TimeoutRemain)
Definition: LinuxBootBm.c:166
VOID EFIAPI PlatformBootManagerUnableToBoot(VOID)
Definition: LinuxBootBm.c:182
VOID EFIAPI PlatformBootManagerAfterConsole(VOID)
Definition: LinuxBootBm.c:136