diff options
-rw-r--r-- | MdeModulePkg/Core/Dxe/Hand.h | 4 |
1 files 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;
|