Console I/O
This commit is contained in:
parent
f037737fc1
commit
200d8baeaa
8 changed files with 628 additions and 133 deletions
|
@ -3,6 +3,10 @@
|
|||
|
||||
#include "device_path.h"
|
||||
|
||||
////
|
||||
// Boot Manager Policy Protocol
|
||||
///
|
||||
|
||||
#define EFI_BOOT_MANAGER_POLICY_PROTOCOL_GUID {0xfedf8e0c,0xe147,0x11e3, {0x99,0x03,0xb8,0xe8,0x56,0x2c,0xba,0xfa}}
|
||||
#define EFI_BOOT_MANAGER_POLICY_CONSOLE_GUID {0xcab0e94c,0xe15f,0x11e3, {0x91,0x8d,0xb8,0xe8,0x56,0x2c,0xba,0xfa}}
|
||||
#define EFI_BOOT_MANAGER_POLICY_NETWORK_GUID {0xd04159dc,0xe15f,0x11e3, {0xb2,0x61,0xb8,0xe8,0x56,0x2c,0xba,0xfa}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue