From 415df2a396a2d7c1bc4be2af6db6cb1ff45f0200 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 10 Jul 2008 03:25:37 +0000 Subject: add functions header for ConPlatformDxe and ConSplitterdxe modules. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5442 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c | 2 +- MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Universal/Console/ConPlatformDxe') diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c index bfa25f7be4..56bdd11693 100644 --- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c +++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c @@ -217,7 +217,7 @@ ConPlatformDriverBindingSupported ( @retval EFI_SUCCESS This driver is added to ControllerHandle @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle - @retval other This driver does not support this device + @retval other This driver does not support this device. **/ EFI_STATUS diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h index d3adcc56a5..1ec31a170b 100644 --- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h +++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h @@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -#ifndef _CON_MANAGE_H_ -#define _CON_MANAGE_H_ +#ifndef _CON_PLATFORM_H_ +#define _CON_PLATFORM_H_ #include #include -- cgit v1.2.3