]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/fsp/fsp_platform.h
x86: crownbay: Add MP initialization
[u-boot] / arch / x86 / include / asm / fsp / fsp_platform.h
1 /*
2  * Copyright (C) 2013, Intel Corporation
3  * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
4  *
5  * SPDX-License-Identifier:     Intel
6  */
7
8 #ifndef __FSP_PLATFORM_H__
9 #define __FSP_PLATFORM_H__
10
11 struct fspinit_rtbuf {
12         struct common_buf       common; /* FSP common runtime data structure */
13 };
14
15 #endif