X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FInclude%2FProtocol%2FPlatformBootManager.h;h=0167f4b35c1d6d2588d6bc8032a0ca755545c4b6;hp=4175c854b6383f74619bd2c62b0b77309e214c0b;hb=HEAD;hpb=7e074d15e7b98c0101a17547cce2b464827df540 diff --git a/EmbeddedPkg/Include/Protocol/PlatformBootManager.h b/EmbeddedPkg/Include/Protocol/PlatformBootManager.h index 4175c854b6..f1790d9742 100644 --- a/EmbeddedPkg/Include/Protocol/PlatformBootManager.h +++ b/EmbeddedPkg/Include/Protocol/PlatformBootManager.h @@ -2,13 +2,7 @@ Copyright (c) 2018, Linaro. 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 **/ @@ -18,7 +12,7 @@ // // Protocol interface structure // -typedef struct _PLATFORM_BOOT_MANAGER_PROTOCOL PLATFORM_BOOT_MANAGER_PROTOCOL; +typedef struct _PLATFORM_BOOT_MANAGER_PROTOCOL PLATFORM_BOOT_MANAGER_PROTOCOL; // // Function Prototypes @@ -71,16 +65,16 @@ typedef struct _PLATFORM_BOOT_MANAGER_PROTOCOL PLATFORM_BOOT_MANAGER_PROTOCOL */ typedef EFI_STATUS -(EFIAPI *GET_PLATFORM_BOOT_OPTIONS_AND_KEYS) ( +(EFIAPI *GET_PLATFORM_BOOT_OPTIONS_AND_KEYS)( OUT UINTN *Count, OUT EFI_BOOT_MANAGER_LOAD_OPTION **BootOptions, OUT EFI_INPUT_KEY **BootKeys ); struct _PLATFORM_BOOT_MANAGER_PROTOCOL { - GET_PLATFORM_BOOT_OPTIONS_AND_KEYS GetPlatformBootOptionsAndKeys; + GET_PLATFORM_BOOT_OPTIONS_AND_KEYS GetPlatformBootOptionsAndKeys; }; -extern EFI_GUID gPlatformBootManagerProtocolGuid; +extern EFI_GUID gPlatformBootManagerProtocolGuid; #endif /* __PLATFORM_BOOT_MANAGER_PROTOCOL_H__ */