X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkSocPkg%2FQuarkNorthCluster%2FInclude%2FPpi%2FQNCMemoryInit.h;fp=QuarkSocPkg%2FQuarkNorthCluster%2FInclude%2FPpi%2FQNCMemoryInit.h;h=0000000000000000000000000000000000000000;hp=498a42b18b468b16393be73b36bee02dc8da5660;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkSocPkg/QuarkNorthCluster/Include/Ppi/QNCMemoryInit.h b/QuarkSocPkg/QuarkNorthCluster/Include/Ppi/QNCMemoryInit.h deleted file mode 100644 index 498a42b18b..0000000000 --- a/QuarkSocPkg/QuarkNorthCluster/Include/Ppi/QNCMemoryInit.h +++ /dev/null @@ -1,36 +0,0 @@ -/** @file -Memory Initialization PPI used in EFI PEI interface - -Copyright (c) 2013-2015 Intel Corporation. - -SPDX-License-Identifier: BSD-2-Clause-Patent - -**/ - -#ifndef __QNC_MEMORY_INIT_H__ -#define __QNC_MEMORY_INIT_H__ - -#include "mrc.h" - -#define PEI_QNC_MEMORY_INIT_PPI_GUID \ - {0x21ff1fee, 0xd33a, 0x4fce, {0xa6, 0x5e, 0x95, 0x5e, 0xa3, 0xc4, 0x1f, 0x40}} - - - - -// -// PPI Function Declarations -// -typedef -VOID -(EFIAPI *PEI_QNC_MEMORY_INIT) ( - IN OUT MRCParams_t *MRCDATA - ); - -typedef struct _PEI_QNC_MEMORY_INIT_PPI { - PEI_QNC_MEMORY_INIT MrcStart; -}PEI_QNC_MEMORY_INIT_PPI; - -extern EFI_GUID gQNCMemoryInitPpiGuid; - -#endif