u-boot-brain/arch/x86/include/asm/fsp/fsp_platform.h

16 lines
295 B
C
Raw Normal View History

/*
* 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