1 /*
2  * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3  *
4  * SPDX-License-Identifier:	Intel
5  */
6 
7 #ifndef __FSP_CONFIGS_H__
8 #define __FSP_CONFIGS_H__
9 
10 struct fsp_config_data {
11 	struct fsp_cfg_common	common;
12 	struct upd_region	fsp_upd;
13 };
14 
15 struct fspinit_rtbuf {
16 	struct common_buf	common;	/* FSP common runtime data structure */
17 };
18 
19 #endif /* __FSP_CONFIGS_H__ */
20