]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Hand.h
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Hand.h
index e52b7e390d2a82d5562955b3810f8cfc14914530..c6a698dbd4302c0e4200194430263a2648303dc1 100644 (file)
@@ -1,15 +1,14 @@
-/** @file \r
-\r
+/** @file\r
   Support functions for managing protocol.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -113,10 +112,9 @@ typedef struct {
 **/\r
 PROTOCOL_ENTRY  *\r
 CoreFindProtocolEntry (\r
-  IN EFI_GUID     *Protocol,\r
-  IN BOOLEAN      Create\r
-  )\r
-;\r
+  IN EFI_GUID   *Protocol,\r
+  IN BOOLEAN    Create\r
+  );\r
 \r
 \r
 /**\r
@@ -127,9 +125,8 @@ CoreFindProtocolEntry (
 **/\r
 VOID\r
 CoreNotifyProtocolEntry (\r
-  IN PROTOCOL_ENTRY       *ProtEntry\r
-  )\r
-;\r
+  IN PROTOCOL_ENTRY   *ProtEntry\r
+  );\r
 \r
 \r
 /**\r
@@ -146,11 +143,10 @@ CoreNotifyProtocolEntry (
 **/\r
 PROTOCOL_INTERFACE *\r
 CoreFindProtocolInterface (\r
-  IN IHANDLE              *Handle,\r
-  IN EFI_GUID             *Protocol,\r
-  IN VOID                 *Interface\r
-  )\r
-;\r
+  IN IHANDLE        *Handle,\r
+  IN EFI_GUID       *Protocol,\r
+  IN VOID           *Interface\r
+  );\r
 \r
 \r
 /**\r
@@ -165,11 +161,10 @@ CoreFindProtocolInterface (
 **/\r
 PROTOCOL_INTERFACE *\r
 CoreRemoveInterfaceFromProtocol (\r
-  IN IHANDLE              *Handle,\r
-  IN EFI_GUID             *Protocol,\r
-  IN VOID                 *Interface\r
-  )\r
-;\r
+  IN IHANDLE        *Handle,\r
+  IN EFI_GUID       *Protocol,\r
+  IN VOID           *Interface\r
+  );\r
 \r
 \r
 /**\r
@@ -183,9 +178,8 @@ CoreRemoveInterfaceFromProtocol (
 **/\r
 EFI_STATUS\r
 CoreUnregisterProtocolNotify (\r
-  IN EFI_EVENT            Event\r
-  )\r
-;\r
+  IN EFI_EVENT      Event\r
+  );\r
 \r
 \r
 /**\r
@@ -206,8 +200,7 @@ EFI_STATUS
 CoreDisconnectControllersUsingProtocolInterface (\r
   IN EFI_HANDLE           UserHandle,\r
   IN PROTOCOL_INTERFACE   *Prot\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -217,8 +210,7 @@ CoreDisconnectControllersUsingProtocolInterface (
 VOID\r
 CoreAcquireProtocolLock (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -228,8 +220,7 @@ CoreAcquireProtocolLock (
 VOID\r
 CoreReleaseProtocolLock (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -244,8 +235,7 @@ CoreReleaseProtocolLock (
 EFI_STATUS\r
 CoreValidateHandle (\r
   IN  EFI_HANDLE                UserHandle\r
-  )\r
-;\r
+  );\r
 \r
 //\r
 // Externs\r