]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.h
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / MultiPlatformLib / BoardJumpers / BoardJumpers.h
1 /**@file
2 Jumper setting for multiplatform.
3
4 This file includes package header files, library classes.
5
6 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
7
8 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10
11 **/
12
13 #ifndef _BOARDJUMPERS_H_
14 #define _BOARDJUMPERS_H_
15
16 #include <PiPei.h>
17 #include "PchAccess.h"
18 #include "PlatformBaseAddresses.h"
19
20 #include <Library/IoLib.h>
21 #include <Library/DebugLib.h>
22 #include <Guid/PlatformInfo.h>
23
24 BOOLEAN
25 IsRecoveryJumper (
26 IN CONST EFI_PEI_SERVICES **PeiServices,
27 IN OUT EFI_PLATFORM_INFO_HOB *PlatformInfoHob
28 );
29
30 #endif