Fix typo
This commit is contained in:
parent
7c8c1aef7b
commit
b335041b4f
2 changed files with 2 additions and 2 deletions
2
efi.h
2
efi.h
|
@ -55,7 +55,7 @@ typedef struct {
|
|||
#include "efi_rs.h"
|
||||
#include "efi_bs.h"
|
||||
|
||||
// #include "protocols/boot_manager_policy.h"
|
||||
#include "protocols/boot_manager_policy.h"
|
||||
#include "protocols/bus_specific_driver_override.h"
|
||||
#include "protocols/device_path.h"
|
||||
#include "protocols/driver_binding.h"
|
||||
|
|
|
@ -16,7 +16,7 @@ typedef
|
|||
EFI_STATUS
|
||||
(EFIAPI *EFI_BOOT_MANAGER_POLICY_CONNECT_DEVICE_PATH)(
|
||||
IN EFI_BOOT_MANAGER_POLICY_PROTOCOL *This,
|
||||
IN EFI_DEVICE_PATH *DevicePath,
|
||||
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
|
||||
IN BOOLEAN Recursive
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue