X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fefi.h;h=0ec5913ddd17dedeb86e6a334823fcf69a92d7b1;hb=64cfeda8ae2e95751c5d2dfa4dc4a906478ae2f6;hp=b5835422b9567f923fd193049ee9b2627f3e9a10;hpb=166a77b34b30f64f7b12a3016b0bba49d568c52e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/efi.h b/include/efi.h index b583542..0ec5913 100644 --- a/include/efi.h +++ b/include/efi.h @@ -414,6 +414,17 @@ struct efi_priv { void *next_hdr; }; +/* + * EFI attributes of the udevice handled by efi_media driver + * + * @handle: handle of the controller on which this driver is installed + * @blkio: block io protocol proxied by this driver + */ +struct efi_media_plat { + efi_handle_t handle; + struct efi_block_io *blkio; +}; + /* Base address of the EFI image */ extern char image_base[];