]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/Include/Ppi/QNCMemoryInit.h
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Include / Ppi / QNCMemoryInit.h
CommitLineData
9b6bbcdb
MK
1/** @file\r
2Memory Initialization PPI used in EFI PEI interface\r
3\r
4Copyright (c) 2013-2015 Intel Corporation.\r
5\r
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef __QNC_MEMORY_INIT_H__\r
17#define __QNC_MEMORY_INIT_H__\r
18\r
19#include "mrc.h"\r
20\r
21#define PEI_QNC_MEMORY_INIT_PPI_GUID \\r
22 {0x21ff1fee, 0xd33a, 0x4fce, {0xa6, 0x5e, 0x95, 0x5e, 0xa3, 0xc4, 0x1f, 0x40}}\r
23\r
24\r
25\r
26\r
27//\r
28// PPI Function Declarations\r
29//\r
30typedef\r
31VOID\r
32(EFIAPI *PEI_QNC_MEMORY_INIT) (\r
33 IN OUT MRCParams_t *MRCDATA\r
34 );\r
35\r
36typedef struct _PEI_QNC_MEMORY_INIT_PPI {\r
37 PEI_QNC_MEMORY_INIT MrcStart;\r
38}PEI_QNC_MEMORY_INIT_PPI;\r
39\r
40extern EFI_GUID gQNCMemoryInitPpiGuid;\r
41\r
42#endif\r