]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.c
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / MultiPlatformLib / BoardJumpers / BoardJumpers.c
1 /** @file
2 Jumper setting for multiplatform.
3
4 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8
9
10 **/
11
12 #include <BoardJumpers.h>
13
14 BOOLEAN
15 IsRecoveryJumper (
16 IN CONST EFI_PEI_SERVICES **PeiServices,
17 IN OUT EFI_PLATFORM_INFO_HOB *PlatformInfoHob
18 )
19 {
20 return FALSE;
21 }
22
23 BOOLEAN
24 IsManufacturingMode(
25 IN CONST EFI_PEI_SERVICES **PeiServices,
26 IN OUT EFI_PLATFORM_INFO_HOB *PlatformInfoHob
27 )
28 {
29 return FALSE;
30 }