]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X86FxRestore.c
Rename BaseLib internal functions by adding InternalBaseLib.
[mirror_edk2.git] / MdePkg / Library / BaseLib / X86FxRestore.c
index ac6f4729838104d5336e1381b85702d35a8dff67..503b42a5936a6de31ba8b2f7ea982683d1f6fb3b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   IA-32/x64 AsmFxRestore()\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
+  Copyright (c) 2006 - 2008, Intel Corporation<BR>\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
@@ -22,7 +22,7 @@
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
@@ -34,7 +34,7 @@
 VOID\r
 EFIAPI\r
 AsmFxRestore (\r
-  IN CONST IA32_FX_BUFFER  *Buffer\r
+  IN      CONST IA32_FX_BUFFER      *Buffer\r
   )\r
 {\r
   ASSERT (Buffer != NULL);\r