X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FInclude%2FLibrary%2FPrePiHobListPointerLib.h;h=cf26f08c05d7cdf1db45ec3d8eadf0a99d847083;hp=7a666df25d32c0682da64daef26d66972a55b290;hb=HEAD;hpb=32f718cf06733443157b5aea509c508e2eba1529 diff --git a/EmbeddedPkg/Include/Library/PrePiHobListPointerLib.h b/EmbeddedPkg/Include/Library/PrePiHobListPointerLib.h index 7a666df25d..a05ee8fd6b 100644 --- a/EmbeddedPkg/Include/Library/PrePiHobListPointerLib.h +++ b/EmbeddedPkg/Include/Library/PrePiHobListPointerLib.h @@ -1,14 +1,8 @@ /** @file * * Copyright (c) 2011, 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 * **/ @@ -33,12 +27,12 @@ PrePeiGetHobList ( Updates the pointer to the HOB list. @param HobList Hob list pointer to store - + **/ EFI_STATUS EFIAPI PrePeiSetHobList ( - IN VOID *HobList + IN VOID *HobList ); #endif