Browse Source

Add EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID.

Signed-off-by: Peter Jones <pjones@redhat.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Peter Jones 4 years ago
parent
commit
69df7422b1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      inc/efiprot.h

+ 2 - 1
inc/efiprot.h

@@ -1249,7 +1249,8 @@ typedef struct {
 
 typedef EFI_LOADED_IMAGE_PROTOCOL EFI_LOADED_IMAGE;
 
-
+#define EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID \
+    {0xbc62157e, 0x3e33, 0x4fec, {0x99, 0x20, 0x2d, 0x3b, 0x36, 0xd7, 0x50, 0xdf} }
 
 /*
  * Random Number Generator Protocol