From e6b7d45e9d61371ca3c70aa68389663b6f718721 Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 2 Dec 2008 08:09:28 +0000 Subject: Code scrub for PlatformBdsLibNull.inf library instance. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6801 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/PlatformBdsLibNull/PlatformData.c | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'MdeModulePkg/Library/PlatformBdsLibNull/PlatformData.c') diff --git a/MdeModulePkg/Library/PlatformBdsLibNull/PlatformData.c b/MdeModulePkg/Library/PlatformBdsLibNull/PlatformData.c index 7e4adc0007..a8763487b3 100644 --- a/MdeModulePkg/Library/PlatformBdsLibNull/PlatformData.c +++ b/MdeModulePkg/Library/PlatformBdsLibNull/PlatformData.c @@ -15,18 +15,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include "BdsPlatform.h" -// -// Predefined platform default time out value -// +/// +/// Predefined platform default time out value +/// UINT16 gPlatformBootTimeOutDefault = 10; // // Platform specific keyboard device path // -// -// Predefined platform default console device path -// +/// +/// Predefined platform default console device path +/// BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { { NULL, @@ -34,12 +34,12 @@ BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = { } }; -// -// Predefined platform specific driver option -// +/// +/// Predefined platform specific driver option +/// EFI_DEVICE_PATH_PROTOCOL *gPlatformDriverOption[] = { NULL }; -// -// Predefined platform connect sequence -// +/// +/// Predefined platform connect sequence +/// EFI_DEVICE_PATH_PROTOCOL *gPlatformConnectSequence[] = { NULL }; -- cgit v1.2.3