From 272320fbf8a86047ee039ede40df0a267c98f43e Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Tue, 15 Nov 2011 12:57:26 +0000 Subject: [PATCH] --- yaml --- r: 283534 b: refs/heads/master c: e2527a7cbec073b69a251193f200a88efbced7ad h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/efi.h | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b183925eb1fb..92f5ab0c659f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0f7c5d477f2ce552997831d80e2c872cca1b9054 +refs/heads/master: e2527a7cbec073b69a251193f200a88efbced7ad diff --git a/trunk/include/linux/efi.h b/trunk/include/linux/efi.h index e46d771f87e5..d407c88f955f 100644 --- a/trunk/include/linux/efi.h +++ b/trunk/include/linux/efi.h @@ -471,6 +471,13 @@ extern int __init efi_setup_pcdp_console(char *); #define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x0000000000000002 #define EFI_VARIABLE_RUNTIME_ACCESS 0x0000000000000004 +/* + * The type of search to perform when calling boottime->locate_handle + */ +#define EFI_LOCATE_ALL_HANDLES 0 +#define EFI_LOCATE_BY_REGISTER_NOTIFY 1 +#define EFI_LOCATE_BY_PROTOCOL 2 + /* * EFI Device Path information */