]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/Non-existing.c
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / Non-existing.c
index a1c4677dad0d0977d9e97e90e75733e83bd8b1fe..e00cb7eb5ad7b619f8af2d8fa4c4f12bf549c795 100644 (file)
@@ -1,20 +1,13 @@
 /** @file\r
   Non-existing BaseLib functions on x64\r
 \r
-  Copyright (c) 2006, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-  Module Name:  Non-existing.c\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
-#include "../BaseLibInternals.h"\r
+#include <Library/BaseLib.h>\r
+#include <Library/DebugLib.h>\r
 \r
 /**\r
   Enables the 32-bit paging mode on the CPU.\r
@@ -59,7 +52,7 @@ InternalX86EnablePaging32 (
   )\r
 {\r
   //\r
-  // This function cannot work on X64 platform\r
+  // This function cannot work on x64 platform\r
   //\r
   ASSERT (FALSE);\r
 }\r
@@ -104,11 +97,12 @@ InternalX86DisablePaging32 (
   )\r
 {\r
   //\r
-  // This function cannot work on X64 platform\r
+  // This function cannot work on x64 platform\r
   //\r
   ASSERT (FALSE);\r
 }\r
 \r
+\r
 /**\r
   Enables the 64-bit paging mode on the CPU.\r
 \r
@@ -147,7 +141,7 @@ InternalX86EnablePaging64 (
   )\r
 {\r
   //\r
-  // This function cannot work on X64 platform\r
+  // This function cannot work on x64 platform.\r
   //\r
   ASSERT (FALSE);\r
 }\r