
12 Sep
2017
12 Sep
'17
2:29 p.m.
On 10 September 2017 at 05:21, Rob Clark robdclark@gmail.com wrote:
Prep work for next patch.
Move it where?
Reviewed-by: Simon Glass sjg@chromium.org
Signed-off-by: Rob Clark robdclark@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