summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64/Non-existing.c
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-11 09:12:14 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-11 09:12:14 +0000
commit835849540d390a7dceabf8dab387243ca0158f23 (patch)
treeac398e0f93c025c8b49232b2eede224795deac39 /MdePkg/Library/BaseLib/X64/Non-existing.c
parent3ec9bc1557731f3022fc0a67029794f4c963959c (diff)
downloadedk2-platforms-835849540d390a7dceabf8dab387243ca0158f23.tar.xz
remove '../' from Base Library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5878 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/X64/Non-existing.c')
-rw-r--r--MdePkg/Library/BaseLib/X64/Non-existing.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseLib/X64/Non-existing.c b/MdePkg/Library/BaseLib/X64/Non-existing.c
index 4952916777..9814cba9c9 100644
--- a/MdePkg/Library/BaseLib/X64/Non-existing.c
+++ b/MdePkg/Library/BaseLib/X64/Non-existing.c
@@ -1,7 +1,7 @@
/** @file
Non-existing BaseLib functions on x64
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. 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
@@ -12,7 +12,8 @@
**/
-#include "../BaseLibInternals.h"
+#include <Library/BaseLib.h>
+#include <Library/DebugLib.h>
/**
Enables the 32-bit paging mode on the CPU.
@@ -57,7 +58,7 @@ InternalX86EnablePaging32 (
)
{
//
- // This function cannot work on X64 platform
+ // This function cannot work on x64 platform
//
ASSERT (FALSE);
}
@@ -102,7 +103,7 @@ InternalX86DisablePaging32 (
)
{
//
- // This function cannot work on X64 platform
+ // This function cannot work on x64 platform
//
ASSERT (FALSE);
}