Coding style modification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5058 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-04-14 03:12:57 +00:00
parent e1a09a0eaa
commit bcd7041487
61 changed files with 3405 additions and 4718 deletions

View File

@ -38,7 +38,7 @@ PciHPCInitialized (
IN EFI_EVENT Event,
IN VOID *Context
)
/*++
/**
Routine Description:
@ -53,7 +53,7 @@ Returns:
TODO: add return values
--*/
**/
;
BOOLEAN
@ -61,7 +61,7 @@ EfiCompareDevicePath (
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath1,
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2
)
/*++
/**
Routine Description:
@ -76,14 +76,14 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
InitializeHotPlugSupport (
VOID
)
/*++
/**
Routine Description:
@ -97,14 +97,14 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
IsPciHotPlugBus (
PCI_IO_DEVICE *PciIoDevice
)
/*++
/**
Routine Description:
@ -118,7 +118,7 @@ Returns:
TODO: add return values
--*/
**/
;
BOOLEAN
@ -126,7 +126,7 @@ IsRootPciHotPlugBus (
IN EFI_DEVICE_PATH_PROTOCOL *HpbDevicePath,
OUT UINTN *HpIndex
)
/*++
/**
Routine Description:
@ -141,7 +141,7 @@ Returns:
TODO: add return values
--*/
**/
;
BOOLEAN
@ -149,7 +149,7 @@ IsRootPciHotPlugController (
IN EFI_DEVICE_PATH_PROTOCOL *HpcDevicePath,
OUT UINTN *HpIndex
)
/*++
/**
Routine Description:
@ -164,7 +164,7 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
@ -172,7 +172,7 @@ CreateEventForHpc (
IN UINTN HpIndex,
OUT EFI_EVENT *Event
)
/*++
/**
Routine Description:
@ -187,14 +187,14 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
AllRootHPCInitialized (
IN UINTN TimeoutInMicroSeconds
)
/*++
/**
Routine Description:
@ -207,14 +207,14 @@ Returns:
EFI_SUCCESS - All root hpc's initialization is finished before the timeout
EFI_TIMEOUT - Time out
--*/
**/
;
EFI_STATUS
IsSHPC (
PCI_IO_DEVICE *PciIoDevice
)
/*++
/**
Routine Description:
@ -228,14 +228,14 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
GetResourcePaddingForHpb (
IN PCI_IO_DEVICE *PciIoDevice
)
/*++
/**
Routine Description:
@ -249,7 +249,7 @@ Returns:
TODO: add return values
--*/
**/
;
#endif