]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / InternalIsaBus.h
index 8a17e6020df9282cd2d04a6c45930511e1a809e0..14d124f9b16f8d182d03d59a5c887a1c7e2fae75 100644 (file)
@@ -1,25 +1,16 @@
-/*++\r
-\r
-  Copyright (c) 2006 - 2007, 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
-Module Name:\r
-\r
-  IsaBus.h\r
-  \r
-Abstract:\r
-  \r
+/**@file\r
   The header file for ISA bus driver\r
   \r
-Revision History:\r
+Copyright (c) 2006 - 2007, 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
 \r
 #ifndef _EFI_ISA_BUS_H\r
 #define _EFI_ISA_BUS_H\r
@@ -182,7 +173,7 @@ IsaBusControllerDriverSupported (
   IN EFI_HANDLE                   Controller,\r
   IN EFI_DEVICE_PATH_PROTOCOL     * RemainingDevicePath OPTIONAL\r
   )\r
-/*++\r
+/**\r
 \r
   Routine Description:\r
   \r
@@ -203,7 +194,7 @@ IsaBusControllerDriverSupported (
     EFI_SUCCESS          - The device is supported by this driver.\r
     EFI_UNSUPPORTED      - The device is not supported by this driver.\r
 \r
---*/\r
+**/\r
 ;\r
 \r
 EFI_STATUS\r
@@ -213,7 +204,7 @@ IsaBusControllerDriverStart (
   IN EFI_HANDLE                   Controller,\r
   IN EFI_DEVICE_PATH_PROTOCOL     * RemainingDevicePath OPTIONAL\r
   )\r
-/*++\r
+/**\r
 \r
   Routine Description:\r
   \r
@@ -236,7 +227,7 @@ IsaBusControllerDriverStart (
     EFI_OUT_OF_RESOURCES  - The request could not be completed due to a lack of \r
                             resources.\r
   \r
---*/\r
+**/\r
 ;\r
 \r
 EFI_STATUS\r
@@ -247,7 +238,7 @@ IsaBusControllerDriverStop (
   IN  UINTN                        NumberOfChildren,\r
   IN  EFI_HANDLE                   * ChildHandleBuffer OPTIONAL\r
   )\r
-/*++\r
+/**\r
 \r
   Routine Description:\r
   \r
@@ -271,7 +262,7 @@ IsaBusControllerDriverStop (
     EFI_OUT_OF_RESOURCES   - The request could not be completed due to a lack of \r
                              resources.\r
 \r
---*/\r
+**/\r
 ;\r
 \r
 //\r
@@ -287,7 +278,7 @@ IsaCreateDevice (
   IN EFI_ISA_ACPI_RESOURCE_LIST   *IsaDeviceResourceList,\r
   OUT EFI_DEVICE_PATH_PROTOCOL    **ChildDevicePath\r
   )\r
-/*++\r
+/**\r
 \r
   Routine Description:\r
   \r
@@ -309,7 +300,7 @@ IsaCreateDevice (
                              resources.\r
     EFI_DEVICE_ERROR       - Can not create child device.\r
     \r
---*/\r
+**/\r
 ;\r
 \r
 EFI_STATUS\r
@@ -317,7 +308,7 @@ InitializeIsaIoInstance (
   IN ISA_IO_DEVICE               *IsaIoDevice,\r
   IN EFI_ISA_ACPI_RESOURCE_LIST  *IsaDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -332,7 +323,7 @@ Returns:
 \r
   EFI_SUCCESS            - Initial success.\r
   \r
---*/\r
+**/\r
 ;\r
 \r
 #endif\r