summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/arch-queensbay/fsp/fsp_platform.h
blob: a7b6e6b8e7310bc103dad10a76ea9aa6724594ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (C) 2013, Intel Corporation
 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
 *
 * SPDX-License-Identifier:	Intel
 */

#ifndef __FSP_PLATFORM_H__
#define __FSP_PLATFORM_H__

#pragma pack(1)

struct fspinit_rtbuf_t {
	struct common_buf_t	common;	/* FSP common runtime data structure */
};

#pragma pack()

#endif
OpenPOWER on IntegriCloud