mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
efi_loader: make efi_block_io_guid a global symbol
The GUID of the EFI_BLOCK_IO_PROTOCOL is needed in different code parts. To avoid duplication make efi_block_io_guid a global symbol. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:

committed by
Alexander Graf

parent
9bfca9f98a
commit
b3dd14b6b1
@ -14,7 +14,7 @@
|
||||
#include <part.h>
|
||||
#include <malloc.h>
|
||||
|
||||
static const efi_guid_t efi_block_io_guid = BLOCK_IO_GUID;
|
||||
const efi_guid_t efi_block_io_guid = BLOCK_IO_GUID;
|
||||
|
||||
struct efi_disk_obj {
|
||||
/* Generic EFI object parent class data */
|
||||
|
Reference in New Issue
Block a user