X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FLibrary%2FPlatformHelperLib%2FCommonHeader.h;fp=QuarkPlatformPkg%2FLibrary%2FPlatformHelperLib%2FCommonHeader.h;h=0000000000000000000000000000000000000000;hp=8016309f57384432ff294c964162db357bd4fb52;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkPlatformPkg/Library/PlatformHelperLib/CommonHeader.h b/QuarkPlatformPkg/Library/PlatformHelperLib/CommonHeader.h deleted file mode 100644 index 8016309f57..0000000000 --- a/QuarkPlatformPkg/Library/PlatformHelperLib/CommonHeader.h +++ /dev/null @@ -1,51 +0,0 @@ -/** @file -Common header file shared by all source files in this component. - -Copyright (c) 2013-2015 Intel Corporation. - -SPDX-License-Identifier: BSD-2-Clause-Patent -**/ - -#ifndef __COMMON_HEADER_H_ -#define __COMMON_HEADER_H_ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include - -// -// Routines shared between souce modules in this component. -// - -EFI_STATUS -WriteFirstFreeSpiProtect ( - IN CONST UINT32 PchRootComplexBar, - IN CONST UINT32 DirectValue, - IN CONST UINT32 BaseAddress, - IN CONST UINT32 Length, - OUT UINT32 *OffsetPtr - ); - -VOID -Pcal9555SetPortRegBit ( - IN CONST UINT32 Pcal9555SlaveAddr, - IN CONST UINT32 GpioNum, - IN CONST UINT8 RegBase, - IN CONST BOOLEAN LogicOne - ); - -#endif