]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/meminit.h
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / MemoryInit / Pei / meminit.h
CommitLineData
9b6bbcdb
MK
1/************************************************************************\r
2 *\r
3 * Copyright (c) 2013-2015 Intel Corporation.\r
4 *\r
c9f231d0 5* SPDX-License-Identifier: BSD-2-Clause-Patent\r
9b6bbcdb
MK
6 *\r
7 ************************************************************************/\r
8#ifndef _MEMINIT_H_\r
9#define _MEMINIT_H_\r
10\r
11// function prototypes\r
12void MemInit(MRCParams_t *mrc_params);\r
13\r
14typedef void (*MemInitFn_t)(MRCParams_t *mrc_params);\r
15\r
16typedef struct MemInit_s {\r
17 uint16_t post_code;\r
18 uint16_t boot_path;\r
19 MemInitFn_t init_fn;\r
20} MemInit_t;\r
21\r
22#endif // _MEMINIT_H_\r