summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-14 03:12:57 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-14 03:12:57 +0000
commitbcd70414877e56f3bffff0bf11b07a30ef51a68f (patch)
treef85543ec5a77ffd11383071acd5d68305a2cfc83 /IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h
parente1a09a0eaa2de7bb9cd41c98e2f5fa383fb7a401 (diff)
downloadedk2-platforms-bcd70414877e56f3bffff0bf11b07a30ef51a68f.tar.xz
Coding style modification.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5058 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h')
-rw-r--r--IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h
index 520af109aa..14d124f9b1 100644
--- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h
+++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h
@@ -173,7 +173,7 @@ IsaBusControllerDriverSupported (
IN EFI_HANDLE Controller,
IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
)
-/*++
+/**
Routine Description:
@@ -194,7 +194,7 @@ IsaBusControllerDriverSupported (
EFI_SUCCESS - The device is supported by this driver.
EFI_UNSUPPORTED - The device is not supported by this driver.
---*/
+**/
;
EFI_STATUS
@@ -204,7 +204,7 @@ IsaBusControllerDriverStart (
IN EFI_HANDLE Controller,
IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
)
-/*++
+/**
Routine Description:
@@ -227,7 +227,7 @@ IsaBusControllerDriverStart (
EFI_OUT_OF_RESOURCES - The request could not be completed due to a lack of
resources.
---*/
+**/
;
EFI_STATUS
@@ -238,7 +238,7 @@ IsaBusControllerDriverStop (
IN UINTN NumberOfChildren,
IN EFI_HANDLE * ChildHandleBuffer OPTIONAL
)
-/*++
+/**
Routine Description:
@@ -262,7 +262,7 @@ IsaBusControllerDriverStop (
EFI_OUT_OF_RESOURCES - The request could not be completed due to a lack of
resources.
---*/
+**/
;
//
@@ -278,7 +278,7 @@ IsaCreateDevice (
IN EFI_ISA_ACPI_RESOURCE_LIST *IsaDeviceResourceList,
OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath
)
-/*++
+/**
Routine Description:
@@ -300,7 +300,7 @@ IsaCreateDevice (
resources.
EFI_DEVICE_ERROR - Can not create child device.
---*/
+**/
;
EFI_STATUS
@@ -308,7 +308,7 @@ InitializeIsaIoInstance (
IN ISA_IO_DEVICE *IsaIoDevice,
IN EFI_ISA_ACPI_RESOURCE_LIST *IsaDevice
)
-/*++
+/**
Routine Description:
@@ -323,7 +323,7 @@ Returns:
EFI_SUCCESS - Initial success.
---*/
+**/
;
#endif