diff options
Diffstat (limited to 'MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h')
-rw-r--r-- | MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h b/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h index d1943ae72d681..94f10ac874575 100644 --- a/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h +++ b/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h @@ -1,17 +1,11 @@ /** @file Internal include file of SMM CPU IO Library. It includes all necessary protocol/library class's header file - for implementation of IoLib library instance. It is included + for implementation of IoLib library instance. It is included all source code of this library instance. - - Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> - 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. + Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> + SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -103,7 +97,7 @@ MmioReadWorker ( The caller is responsible for aligning the Address if required. @param Width The width of the I/O operation. @param Data The value to write to the I/O port. - + @return Data read from registers in the EFI system memory space. **/ |