Implemented Runtime Services
This commit is contained in:
parent
937e50d0ee
commit
7c8c1aef7b
7 changed files with 94 additions and 30 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef EFI_PROTOCOLS_BOOT_MANAGER_POLICY_H
|
||||
#define EFI_PROTOCOLS_BOOT_MANAGER_POLICY_H
|
||||
|
||||
#include "device_path.h"
|
||||
|
||||
#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}}
|
||||
|
@ -8,6 +10,8 @@
|
|||
|
||||
#define EFI_BOOT_MANAGER_POLICY_PROTOCOL_REVISION 0x00010000
|
||||
|
||||
typedef struct _EFI_BOOT_MANAGER_POLICY_PROTOCOL EFI_BOOT_MANAGER_POLICY_PROTOCOL;
|
||||
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_BOOT_MANAGER_POLICY_CONNECT_DEVICE_PATH)(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue