summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-09 05:19:46 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-09 05:19:46 +0000
commitc79be85e9dba8c739f068ab7e7996a83e417e8ec (patch)
tree47f14577ab869a4cbfa8b605f083f41128236eee /MdeModulePkg
parent4efb2b4d92c902c820f866f0508667b565fbd52d (diff)
downloadedk2-c79be85e9dba8c739f068ab7e7996a83e417e8ec.zip
edk2-c79be85e9dba8c739f068ab7e7996a83e417e8ec.tar.gz
edk2-c79be85e9dba8c739f068ab7e7996a83e417e8ec.tar.bz2
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Core/Dxe/Hand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Dxe/Hand.h b/MdeModulePkg/Core/Dxe/Hand.h
index b73bad9..e517b83 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;