blob: 61286ceb469dbe0bfc591c83c1f4d36d452befb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* 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__
struct fspinit_rtbuf {
struct common_buf common; /* FSP common runtime data structure */
};
#endif
|