Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / 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