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

@ -18,7 +18,7 @@ EFI_STATUS
GetOpRomInfo (
IN PCI_IO_DEVICE *PciIoDevice
)
/*++
/**
Routine Description:
@ -32,7 +32,7 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
@ -40,7 +40,7 @@ LoadOpRomImage (
IN PCI_IO_DEVICE *PciDevice,
IN UINT64 RomBase
)
/*++
/**
Routine Description:
@ -55,7 +55,7 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
@ -65,7 +65,7 @@ RomDecode (
IN UINT32 RomBar,
IN BOOLEAN Enable
)
/*++
/**
Routine Description:
@ -82,14 +82,14 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
ProcessOpRomImage (
PCI_IO_DEVICE *PciDevice
)
/*++
/**
Routine Description:
@ -103,7 +103,7 @@ Returns:
TODO: add return values
--*/
**/
;
#endif