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:
@@ -4,16 +4,16 @@
|
||||
|
||||
This is an optional PPI that may be produced by SEC. If present, it provides
|
||||
a description of the interrupt and/or exception vectors that were established
|
||||
in the SEC Phase and need to persist into PEI and DXE.
|
||||
in the SEC Phase and need to persist into PEI and DXE.
|
||||
|
||||
Copyright (c) 2013, 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) 2013 - 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 introduced in PI Version 1.2.1.
|
||||
@@ -53,7 +53,7 @@ typedef struct {
|
||||
//
|
||||
UINT32 Attribute;
|
||||
//
|
||||
// The GUID identifies the party who created the entry. For the
|
||||
// The GUID identifies the party who created the entry. For the
|
||||
// EFI_VECTOR_HANDOFF_DO_NOT_HOOK case, this establishes the single owner.
|
||||
//
|
||||
EFI_GUID Owner;
|
||||
@@ -61,7 +61,7 @@ typedef struct {
|
||||
|
||||
///
|
||||
/// Provides a description of the interrupt and/or exception vectors that
|
||||
/// were established in the SEC Phase and need to persist into PEI and DXE.
|
||||
/// were established in the SEC Phase and need to persist into PEI and DXE.
|
||||
///
|
||||
typedef struct _EFI_PEI_VECTOR_HANDOFF_INFO_PPI {
|
||||
//
|
||||
|
Reference in New Issue
Block a user