summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Include/Library/EfiFileLib.h
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-10 00:46:41 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-10 00:46:41 +0000
commit16ccac42cff45475b04dc6a06a24d569baedb427 (patch)
treee9824e15b6baa535b5227ee1db3c80f292893d1e /EmbeddedPkg/Include/Library/EfiFileLib.h
parent99ff63cf03c30a000056d0a51c88965700c1c7f6 (diff)
downloadedk2-platforms-16ccac42cff45475b04dc6a06a24d569baedb427.tar.xz
Add CWD and thus a cd command to EBL shell. Fix WatchdogTimout code in EBL, it was inside a PCD feature flag and should have been outside of the PCD so it is in all paths.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9958 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Include/Library/EfiFileLib.h')
-rw-r--r--EmbeddedPkg/Include/Library/EfiFileLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Include/Library/EfiFileLib.h b/EmbeddedPkg/Include/Library/EfiFileLib.h
index 4e3c80d7ec..4bbb1b26f1 100644
--- a/EmbeddedPkg/Include/Library/EfiFileLib.h
+++ b/EmbeddedPkg/Include/Library/EfiFileLib.h
@@ -341,7 +341,7 @@ EfiSetCwd (
**/
CHAR8 *
-EfiGettCwd (
+EfiGetCwd (
VOID
);