]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Adjust the field position of PROTOCOL_NOTIFY.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Sep 2008 05:19:46 +0000 (05:19 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Sep 2008 05:19:46 +0000 (05:19 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5858 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/Hand.h

index b73bad99e11be43c94b4fa81a54381dcaaf35dca..e517b83dbcab59c0bc677fcaf5267abf1cdc51da 100644 (file)
@@ -86,9 +86,9 @@ typedef struct {
 #define PROTOCOL_NOTIFY_SIGNATURE       EFI_SIGNATURE_32('p','r','t','n')\r
 typedef struct {\r
   UINTN               Signature;\r
-  PROTOCOL_ENTRY      *Protocol;\r
   LIST_ENTRY          Link;                   // All notifications for this protocol\r
-  EFI_EVENT           Event;                  // Event to notify\r
+  PROTOCOL_ENTRY      *Protocol;\r
+  EFI_EVENT           Event;                  // Event to notify //\r
   LIST_ENTRY          *Position;              // Last position notified\r
 } PROTOCOL_NOTIFY;\r
 \r