]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SmmBase.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SmmBase.h
index cf4feb03451a20c65dd06a01f2bd77f9fd9757ca..69cd2b8f295260e6a097950a58a8f7261d006450 100644 (file)
@@ -107,8 +107,7 @@ EFI_STATUS
   IN  UINTN                                          SourceSize,\r
   OUT EFI_HANDLE                                     *ImageHandle,\r
   IN  BOOLEAN                                        LegacyIA32Binary OPTIONAL\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Remove a given driver SMRAM.  This is the equivalent of performing\r
@@ -128,8 +127,7 @@ EFI_STATUS
 (EFIAPI *EFI_SMM_UNREGISTER_HANDLER)(\r
   IN EFI_SMM_BASE_PROTOCOL          *This,\r
   IN EFI_HANDLE                     ImageHandle\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   The SMM Inter-module Communicate Service Communicate() function\r
@@ -154,8 +152,7 @@ EFI_STATUS
   IN EFI_HANDLE                     ImageHandle,\r
   IN OUT VOID                       *CommunicationBuffer,\r
   IN OUT UINTN                      *SourceSize\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Register a callback to execute within SMM.\r
@@ -186,8 +183,7 @@ EFI_STATUS
   IN EFI_SMM_CALLBACK_ENTRY_POINT                     CallbackAddress,\r
   IN BOOLEAN                                          MakeLast OPTIONAL,\r
   IN BOOLEAN                                          FloatingPointSave OPTIONAL\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   The SmmAllocatePool() function allocates a memory region of Size bytes from memory of\r
@@ -216,8 +212,7 @@ EFI_STATUS
   IN EFI_MEMORY_TYPE                PoolType,\r
   IN UINTN                          Size,\r
   OUT VOID                          **Buffer\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   The SmmFreePool() function returns the memory specified by Buffer to the system.\r
@@ -237,8 +232,7 @@ EFI_STATUS
 (EFIAPI *EFI_SMM_FREE_POOL)(\r
   IN EFI_SMM_BASE_PROTOCOL          *This,\r
   IN VOID                           *Buffer\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   This routine tells caller if execution context is SMM or not.\r
@@ -254,8 +248,7 @@ EFI_STATUS
 (EFIAPI *EFI_SMM_INSIDE_OUT)(\r
   IN EFI_SMM_BASE_PROTOCOL          *This,\r
   OUT BOOLEAN                       *InSmm\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   The GetSmstLocation() function returns the locatin of the System Management\r
@@ -276,8 +269,7 @@ EFI_STATUS
 (EFIAPI *EFI_SMM_GET_SMST_LOCATION)(\r
   IN EFI_SMM_BASE_PROTOCOL          *This,\r
   IN OUT EFI_SMM_SYSTEM_TABLE       **Smst\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   @par Protocol Description:\r