summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiDpLib/DpInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiDpLib/DpInternal.h')
-rw-r--r--ShellPkg/Library/UefiDpLib/DpInternal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiDpLib/DpInternal.h b/ShellPkg/Library/UefiDpLib/DpInternal.h
index c7d9a592fe..9b8163aaa0 100644
--- a/ShellPkg/Library/UefiDpLib/DpInternal.h
+++ b/ShellPkg/Library/UefiDpLib/DpInternal.h
@@ -7,6 +7,7 @@
DpUtilities.c, DpTrace.c, and DpProfile.c are included here.
Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.
+ (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -96,7 +97,7 @@ IsPhase(
**/
VOID
-GetShortPdbFileName (
+DpGetShortPdbFileName (
IN CHAR8 *PdbFileName,
OUT CHAR16 *UnicodeBuffer
);
@@ -118,7 +119,7 @@ GetShortPdbFileName (
**/
VOID
-GetNameFromHandle (
+DpGetNameFromHandle (
IN EFI_HANDLE Handle
);