[U-Boot] [PATCH v2 01/21] part: move efi_guid_t

Simon Glass sjg at chromium.org
Tue Sep 12 12:29:54 UTC 2017


On 10 September 2017 at 05:21, Rob Clark <robdclark at gmail.com> wrote:
> Prep work for next patch.

Move it where?

Reviewed-by: Simon Glass <sjg at chromium.org>

>
> Signed-off-by: Rob Clark <robdclark at gmail.com>
> ---
>  include/efi.h      | 4 ++++
>  include/part.h     | 3 ++-
>  include/part_efi.h | 4 ----
>  3 files changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/include/efi.h b/include/efi.h
> index 02b78b31b1..87b0b43f20 100644
> --- a/include/efi.h
> +++ b/include/efi.h
> @@ -28,6 +28,10 @@
>
>  struct efi_device_path;
>
> +typedef struct {
> +       u8 b[16];
> +} efi_guid_t;

Please add a comment to this


More information about the U-Boot mailing list