Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

efi.h: Add boottime->locate_handle search types

The x86 EFI boot stub needs to locate handles for various protocols.

Cc: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Link: http://lkml.kernel.org/r/1318848017-12301-1-git-send-email-matt@console-pimps.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

authored by

Matt Fleming and committed by
H. Peter Anvin
e2527a7c 0f7c5d47

+7
+7
include/linux/efi.h
··· 472 472 #define EFI_VARIABLE_RUNTIME_ACCESS 0x0000000000000004 473 473 474 474 /* 475 + * The type of search to perform when calling boottime->locate_handle 476 + */ 477 + #define EFI_LOCATE_ALL_HANDLES 0 478 + #define EFI_LOCATE_BY_REGISTER_NOTIFY 1 479 + #define EFI_LOCATE_BY_PROTOCOL 2 480 + 481 + /* 475 482 * EFI Device Path information 476 483 */ 477 484 #define EFI_DEV_HW 0x01