]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/DxeMain.h
MdeModulePkg: Change OPTIONAL keyword usage style
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / DxeMain.h
index 9bd3c0d0841104e508b834dcd1a1a9d714cba05b..7779e2d4e316f5da7ad50f031ecddd7343e22dbd 100644 (file)
@@ -1545,8 +1545,8 @@ EFIAPI
 CoreCreateEvent (\r
   IN UINT32                   Type,\r
   IN EFI_TPL                  NotifyTpl,\r
-  IN EFI_EVENT_NOTIFY         NotifyFunction, OPTIONAL\r
-  IN VOID                     *NotifyContext, OPTIONAL\r
+  IN EFI_EVENT_NOTIFY         NotifyFunction  OPTIONAL,\r
+  IN VOID                     *NotifyContext  OPTIONAL,\r
   OUT EFI_EVENT               *Event\r
   );\r
 \r
@@ -1577,9 +1577,9 @@ EFIAPI
 CoreCreateEventEx (\r
   IN UINT32                   Type,\r
   IN EFI_TPL                  NotifyTpl,\r
-  IN EFI_EVENT_NOTIFY         NotifyFunction, OPTIONAL\r
-  IN CONST VOID               *NotifyContext, OPTIONAL\r
-  IN CONST EFI_GUID           *EventGroup,    OPTIONAL\r
+  IN EFI_EVENT_NOTIFY         NotifyFunction  OPTIONAL,\r
+  IN CONST VOID               *NotifyContext  OPTIONAL,\r
+  IN CONST EFI_GUID           *EventGroup     OPTIONAL,\r
   OUT EFI_EVENT               *Event\r
   );\r
 \r
@@ -1608,9 +1608,9 @@ EFIAPI
 CoreCreateEventInternal (\r
   IN UINT32                   Type,\r
   IN EFI_TPL                  NotifyTpl,\r
-  IN EFI_EVENT_NOTIFY         NotifyFunction, OPTIONAL\r
-  IN CONST VOID               *NotifyContext, OPTIONAL\r
-  IN CONST EFI_GUID           *EventGroup,    OPTIONAL\r
+  IN EFI_EVENT_NOTIFY         NotifyFunction  OPTIONAL,\r
+  IN CONST VOID               *NotifyContext  OPTIONAL,\r
+  IN CONST EFI_GUID           *EventGroup     OPTIONAL,\r
   OUT EFI_EVENT               *Event\r
   );\r
 \r