diff options
author | Regina König | 2020-07-30 02:42:40 +0200 |
---|---|---|
committer | Regina König | 2020-07-30 02:42:40 +0200 |
commit | 6dc837c8c76c18516a752f2415b21d7924e89d64 (patch) | |
tree | 477bfc9bf21f254f110b6969745e396c051f9269 /documentation | |
parent | changed format type from %s to %a. Now logger prints messages to screen (diff) | |
download | memtest86-6dc837c8c76c18516a752f2415b21d7924e89d64.tar.gz memtest86-6dc837c8c76c18516a752f2415b21d7924e89d64.tar.xz memtest86-6dc837c8c76c18516a752f2415b21d7924e89d64.zip |
searching for FILE access protocol
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/UEFI_from_spec/EFI_BOOT_SERVICES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/UEFI_from_spec/EFI_BOOT_SERVICES b/documentation/UEFI_from_spec/EFI_BOOT_SERVICES index d50840d..44fe43f 100644 --- a/documentation/UEFI_from_spec/EFI_BOOT_SERVICES +++ b/documentation/UEFI_from_spec/EFI_BOOT_SERVICES @@ -32,7 +32,7 @@ typedef struct { EFI_INSTALL_PROTOCOL_INTERFACE InstallProtocolInterface Installs a protocol interface on a device handle EFI_REINSTALL_PROTOCOL_INTERFACE ReinstallProtocolInterface Reinstalls a protocol interface on a device handle EFI_UNINSTALL_PROTOCOL_INTERFACE UninstallProtocolInterface Removes a protocol interface from a device handle - EFI_HANDLE_PROTOCOL HandleProtocol ProtocolQueries a handle to determine if it supports + EFI_HANDLE_PROTOCOL HandleProtocol Queries a handle to determine if it supports a specified protocol VOID* Reserved Reserved. Must be NULLs EFI_REGISTER_PROTOCOL_NOTIFY RegisterProtocolNotify Registers an event that is to be signaled whenever an interface is |