mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values
Constants should be capitalized. So rename the values of enum efi_locate_search_type. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
32fc2ac381
commit
9f0770ff9c
@@ -227,9 +227,9 @@ struct efi_time_cap {
|
||||
};
|
||||
|
||||
enum efi_locate_search_type {
|
||||
all_handles,
|
||||
by_register_notify,
|
||||
by_protocol
|
||||
ALL_HANDLES,
|
||||
BY_REGISTER_NOTIFY,
|
||||
BY_PROTOCOL
|
||||
};
|
||||
|
||||
struct efi_open_protocol_info_entry {
|
||||
|
Reference in New Issue
Block a user