From c79be85e9dba8c739f068ab7e7996a83e417e8ec Mon Sep 17 00:00:00 2001 From: qwang12 Date: Tue, 9 Sep 2008 05:19:46 +0000 Subject: [PATCH] Adjust the field position of PROTOCOL_NOTIFY. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5858 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Hand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Core/Dxe/Hand.h b/MdeModulePkg/Core/Dxe/Hand.h index b73bad99e1..e517b83dbc 100644 --- a/MdeModulePkg/Core/Dxe/Hand.h +++ b/MdeModulePkg/Core/Dxe/Hand.h @@ -86,9 +86,9 @@ typedef struct { #define PROTOCOL_NOTIFY_SIGNATURE EFI_SIGNATURE_32('p','r','t','n') typedef struct { UINTN Signature; - PROTOCOL_ENTRY *Protocol; LIST_ENTRY Link; // All notifications for this protocol - EFI_EVENT Event; // Event to notify + PROTOCOL_ENTRY *Protocol; + EFI_EVENT Event; // Event to notify // LIST_ENTRY *Position; // Last position notified } PROTOCOL_NOTIFY; -- 2.39.2