X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FSalLib.h;h=7f95ae8d4fbd80ef5e87e0b8c9c2dde7e1cf7979;hp=9f707fae6aa1f1fb1865064e970ca4ac9813724d;hb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107;hpb=9c8403b3f81be91287f87eb9fee767488c9e9c3a diff --git a/MdePkg/Include/Library/SalLib.h b/MdePkg/Include/Library/SalLib.h index 9f707fae6a..7f95ae8d4f 100644 --- a/MdePkg/Include/Library/SalLib.h +++ b/MdePkg/Include/Library/SalLib.h @@ -1,16 +1,14 @@ /** @file - SAL Library Functions + Provides library services to make SAL Calls. - Copyright (c) 2007, 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 - http://opensource.org/licenses/bsd-license.php +Copyright (c) 2007 - 2018, 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 +http://opensource.org/licenses/bsd-license.php - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - Module Name: SalLib.h +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ @@ -21,8 +19,8 @@ /** Makes a SAL procedure call. - - This is a wrapper function to make a SAL procedure call. + + This is a wrapper function to make a SAL procedure call. No parameter checking is performed on the 8 input parameters, but there are some common rules that the caller should follow when making a SAL call. Any address passed to SAL as buffers @@ -31,7 +29,7 @@ defined as reserved or some fields defined as reserved must be zero filled or the invalid argument return value may be returned or undefined result may occur during the execution of the procedure. - This function is only available on IPF. + This function is only available on Intel Itanium-based platforms. @param Index The SAL procedure Index number @param Arg2 The 2nd parameter for SAL procedure calls