From ed66e1bc0d2be0a185fc47adab4930c3b7e2767f Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 4 Sep 2008 09:37:28 +0000 Subject: clean up the un-suitable ';' location when declaring the functions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/Library/DuetBdsLib/BdsPlatform.h | 48 +++++++++++--------------------- 1 file changed, 16 insertions(+), 32 deletions(-) (limited to 'DuetPkg/Library/DuetBdsLib/BdsPlatform.h') diff --git a/DuetPkg/Library/DuetBdsLib/BdsPlatform.h b/DuetPkg/Library/DuetBdsLib/BdsPlatform.h index 9d1a3a25d5..1110529c9d 100644 --- a/DuetPkg/Library/DuetBdsLib/BdsPlatform.h +++ b/DuetPkg/Library/DuetBdsLib/BdsPlatform.h @@ -203,28 +203,24 @@ extern PLATFORM_ROOT_BRIDGE_DEVICE_PATH gPlatformRootBridge0; VOID PlatformBdsInit ( IN EFI_BDS_ARCH_PROTOCOL_INSTANCE *PrivateData - ) -; + ); VOID PlatformBdsPolicyBehavior ( IN EFI_BDS_ARCH_PROTOCOL_INSTANCE *PrivateData, IN LIST_ENTRY *DriverOptionList, IN LIST_ENTRY *BootOptionList - ) -; + ); VOID PlatformBdsGetDriverOption ( IN LIST_ENTRY *BdsDriverLists - ) -; + ); EFI_STATUS BdsMemoryTest ( EXTENDMEM_COVERAGE_LEVEL Level - ) -; + ); EFI_STATUS PlatformBdsShowProgress ( @@ -234,14 +230,12 @@ PlatformBdsShowProgress ( EFI_GRAPHICS_OUTPUT_BLT_PIXEL ProgressColor, UINTN Progress, UINTN PreviousValue - ) -; + ); VOID PlatformBdsConnectSequence ( VOID - ) -; + ); VOID PlatformBdsBootFail ( @@ -249,64 +243,54 @@ PlatformBdsBootFail ( IN EFI_STATUS Status, IN CHAR16 *ExitData, IN UINTN ExitDataSize - ) -; + ); VOID PlatformBdsBootSuccess ( IN BDS_COMMON_OPTION *Option - ) -; + ); EFI_STATUS ProcessCapsules ( EFI_BOOT_MODE BootMode - ) -; + ); EFI_STATUS PlatformBdsConnectConsole ( IN BDS_CONSOLE_CONNECT_ENTRY *PlatformConsole - ) -; + ); EFI_STATUS PlatformBdsNoConsoleAction ( VOID - ) -; + ); EFI_STATUS ConvertMpsTable ( IN OUT VOID **Table - ) -; + ); EFI_STATUS ConvertSmbiosTable ( IN OUT VOID **Table - ) -; + ); EFI_STATUS ConvertAcpiTable ( IN UINTN TableLen, IN OUT VOID **Table - ) -; + ); EFI_STATUS ConvertSystemTable ( IN EFI_GUID *TableGuid, IN OUT VOID **Table - ) -; + ); VOID PlatformBdsEnterFrontPage ( IN UINT16 TimeoutDefault, IN BOOLEAN ConnectAllHappened - ) -; + ); #endif // _PLATFORM_SPECIFIC_BDS_PLATFORM_H_ -- cgit v1.2.3