X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=StandaloneMmPkg%2FInclude%2FGuid%2FMpInformation.h;h=e3a916dfc59c03422ddd07534a660a42d96de12a;hp=c88ff4afaba9b387311695cf213a2c6df5ca2f90;hb=HEAD;hpb=275d4bd4399f7af6b905c310358da9305fbbc3e7;ds=sidebyside diff --git a/StandaloneMmPkg/Include/Guid/MpInformation.h b/StandaloneMmPkg/Include/Guid/MpInformation.h index c88ff4afab..dbf88d12de 100644 --- a/StandaloneMmPkg/Include/Guid/MpInformation.h +++ b/StandaloneMmPkg/Include/Guid/MpInformation.h @@ -6,13 +6,7 @@ Copyright (c) 2009, Intel Corporation. All rights reserved.
Copyright (c) 2016 - 2018, ARM Limited. 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. + SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -30,12 +24,12 @@ #pragma pack(1) typedef struct { - UINT64 NumberOfProcessors; - UINT64 NumberOfEnabledProcessors; - EFI_PROCESSOR_INFORMATION ProcessorInfoBuffer[]; + UINT64 NumberOfProcessors; + UINT64 NumberOfEnabledProcessors; + EFI_PROCESSOR_INFORMATION ProcessorInfoBuffer[]; } MP_INFORMATION_HOB_DATA; #pragma pack() -extern EFI_GUID gMpInformationHobGuid; +extern EFI_GUID gMpInformationHobGuid; #endif