summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/ConPlatformDxe
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-10 03:25:37 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-10 03:25:37 +0000
commit415df2a396a2d7c1bc4be2af6db6cb1ff45f0200 (patch)
treedebbf3d2fded9354f7f729b0a2def3fa3a992409 /MdeModulePkg/Universal/Console/ConPlatformDxe
parent5d69642deb142022293c83db9fb3739a91489fb3 (diff)
downloadedk2-platforms-415df2a396a2d7c1bc4be2af6db6cb1ff45f0200.tar.xz
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
Diffstat (limited to 'MdeModulePkg/Universal/Console/ConPlatformDxe')
-rw-r--r--MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c2
-rw-r--r--MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h4
2 files changed, 3 insertions, 3 deletions
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 <Uefi.h>
#include <Protocol/SimpleTextOut.h>