MdePkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
/** @file
|
||||
This PPI opens or closes an I/O aperture in a ISA HOST controller.
|
||||
|
||||
Copyright (c) 2015, 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
|
||||
Copyright (c) 2015 - 2018, 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.
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
@par Revision Reference:
|
||||
This PPI is from PI Version 1.2.1.
|
||||
@@ -33,10 +33,10 @@ typedef struct _EFI_ISA_HC_PPI *PEFI_ISA_HC_PPI;
|
||||
addresses specified by IoAddress to IoAddress + IoLength - 1. It is possible
|
||||
that more than one caller may be assigned to the same aperture.
|
||||
It may be possible that a single hardware aperture may be used for more than
|
||||
one device. This function tracks the number of times that each aperture is
|
||||
one device. This function tracks the number of times that each aperture is
|
||||
referenced, and doesa not close the hardware aperture (via CloseIoAperture())
|
||||
until there are no more references to it.
|
||||
|
||||
|
||||
@param This A pointer to this instance of the EFI_ISA_HC_PPI.
|
||||
@param IoAddress An unsigned integer that specifies the first byte of
|
||||
the I/O space required.
|
||||
@@ -74,7 +74,7 @@ EFI_STATUS
|
||||
call to OpenIoAperture().
|
||||
|
||||
@retval EFI_SUCCESS The I/O aperture was closed successfully.
|
||||
**/
|
||||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_PEI_ISA_HC_CLOSE_IO) (
|
||||
@@ -116,4 +116,4 @@ struct _EFI_ISA_HC_PPI {
|
||||
|
||||
extern EFI_GUID gEfiIsaHcPpiGuid;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user