]> 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 6a64852730fb08015b4b861913e7562ce5013851..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
@@ -2815,15 +2815,6 @@ CoreUpdateMemoryAttributes (
   IN UINT64                NewAttributes\r
   );\r
 \r
-/**\r
-  Initialize PropertiesTable support.\r
-**/\r
-VOID\r
-EFIAPI\r
-CoreInitializePropertiesTable (\r
-  VOID\r
-  );\r
-\r
 /**\r
   Initialize MemoryAttrubutesTable support.\r
 **/\r