summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/LoadedImage.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-25 03:08:14 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-25 03:08:14 +0000
commitd02d144f4b09614beb59e58f459ffd3e7c5a3855 (patch)
tree9c728cbf37c1486a4f0303e57ef98af29ed84d47 /MdePkg/Include/Protocol/LoadedImage.h
parent9166ece0da002e189f13a326ed19e141d37dea37 (diff)
downloadedk2-platforms-d02d144f4b09614beb59e58f459ffd3e7c5a3855.tar.xz
Add new protocol definitions:
Efi Dirver Family Override protocol, Efi Driver Health protocol & Efi Loaded Image Protocol git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4633 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/LoadedImage.h')
-rw-r--r--MdePkg/Include/Protocol/LoadedImage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/LoadedImage.h b/MdePkg/Include/Protocol/LoadedImage.h
index 93b5a45afe..c9e5741fad 100644
--- a/MdePkg/Include/Protocol/LoadedImage.h
+++ b/MdePkg/Include/Protocol/LoadedImage.h
@@ -25,6 +25,11 @@
0x5B1B31A1, 0x9562, 0x11d2, {0x8E, 0x3F, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B } \
}
+#define EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID \
+ { \
+ 0xbc62157e, 0x3e33, 0x4fec, {0x99, 0x20, 0x2d, 0x3b, 0x36, 0xd7, 0x50, 0xdf } \
+ }
+
//
// Protocol GUID defined in EFI1.1.
//
@@ -80,5 +85,6 @@ typedef struct {
typedef EFI_LOADED_IMAGE_PROTOCOL EFI_LOADED_IMAGE;
extern EFI_GUID gEfiLoadedImageProtocolGuid;
+extern EFI_GUID gEfiLoadedImageDevicePathProtocolGuid;
#endif