]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/SalLib.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Library / SalLib.h
index 9f707fae6aa1f1fb1865064e970ca4ac9813724d..7f95ae8d4fbd80ef5e87e0b8c9c2dde7e1cf7979 100644 (file)
@@ -1,16 +1,14 @@
 /** @file\r
-  SAL Library Functions\r
+  Provides library services to make SAL Calls.\r
 \r
-  Copyright (c) 2007, 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
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+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:  SalLib.h\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
 **/\r
 \r
@@ -21,8 +19,8 @@
 \r
 /**\r
   Makes a SAL procedure call.\r
-  \r
-  This is a wrapper function to make a SAL procedure call.  \r
+\r
+  This is a wrapper function to make a SAL procedure call.\r
   No parameter checking is performed on the 8 input parameters,\r
   but there are some common rules that the caller should follow\r
   when making a SAL call.  Any address passed to SAL as buffers\r
@@ -31,7 +29,7 @@
   defined as reserved or some fields defined as reserved must be\r
   zero filled or the invalid argument return value may be returned\r
   or undefined result may occur during the execution of the procedure.\r
-  This function is only available on IPF.\r
+  This function is only available on Intel Itanium-based platforms.\r
 \r
   @param  Index       The SAL procedure Index number\r
   @param  Arg2        The 2nd parameter for SAL procedure calls\r