]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Library/PlatformHelperLib/CommonHeader.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformHelperLib / CommonHeader.h
diff --git a/QuarkPlatformPkg/Library/PlatformHelperLib/CommonHeader.h b/QuarkPlatformPkg/Library/PlatformHelperLib/CommonHeader.h
deleted file mode 100644 (file)
index 8016309..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/** @file\r
-Common header file shared by all source files in this component.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-**/\r
-\r
-#ifndef __COMMON_HEADER_H_\r
-#define __COMMON_HEADER_H_\r
-\r
-#include <Uefi.h>\r
-#include <Library/DebugLib.h>\r
-#include <Library/BaseLib.h>\r
-#include <Library/SerialPortLib.h>\r
-#include <Library/IoLib.h>\r
-#include <Library/HobLib.h>\r
-#include <Library/BaseMemoryLib.h>\r
-#include <Library/CapsuleLib.h>\r
-#include <Library/IntelQNCLib.h>\r
-#include <Platform.h>\r
-#include <PlatformBoards.h>\r
-#include <Pcal9555.h>\r
-#include <QNCAccess.h>\r
-#include <Library/QNCAccessLib.h>\r
-#include <IohAccess.h>\r
-\r
-#include <Library/PlatformHelperLib.h>\r
-\r
-//\r
-// Routines shared between souce modules in this component.\r
-//\r
-\r
-EFI_STATUS\r
-WriteFirstFreeSpiProtect (\r
-  IN CONST UINT32                         PchRootComplexBar,\r
-  IN CONST UINT32                         DirectValue,\r
-  IN CONST UINT32                         BaseAddress,\r
-  IN CONST UINT32                         Length,\r
-  OUT UINT32                              *OffsetPtr\r
-  );\r
-\r
-VOID\r
-Pcal9555SetPortRegBit (\r
-  IN CONST UINT32                         Pcal9555SlaveAddr,\r
-  IN CONST UINT32                         GpioNum,\r
-  IN CONST UINT8                          RegBase,\r
-  IN CONST BOOLEAN                        LogicOne\r
-  );\r
-\r
-#endif\r