]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / MultiPlatformLib / BoardJumpers / BoardJumpers.h
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.h b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.h
new file mode 100644 (file)
index 0000000..e93d55c
--- /dev/null
@@ -0,0 +1,35 @@
+/**@file\r
+  Jumper setting for multiplatform.\r
+\r
+  This file includes package header files, library classes.\r
+\r
+  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+                                                                                   \r\r
+  This program and the accompanying materials are licensed and made available under\r\r
+  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
+  The full text of the license may be found at                                     \r\r
+  http://opensource.org/licenses/bsd-license.php.                                  \r\r
+                                                                                   \r\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+                                                                                   \r\r
+**/\r
+\r
+#ifndef _BOARDJUMPERS_H_\r
+#define _BOARDJUMPERS_H_\r
+\r
+#include <PiPei.h>\r
+#include "PchAccess.h"\r
+#include "PlatformBaseAddresses.h"\r
+\r
+#include <Library/IoLib.h>\r
+#include <Library/DebugLib.h>\r
+#include <Guid/PlatformInfo.h>\r
+\r
+BOOLEAN\r
+IsRecoveryJumper (\r
+  IN CONST EFI_PEI_SERVICES    **PeiServices,\r
+  IN OUT EFI_PLATFORM_INFO_HOB *PlatformInfoHob\r
+);\r
+\r
+#endif\r