Select Git revision
at91sam9_rtt.c
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Reinhard Meyer authored
Signed-off-by:
Reinhard Meyer <u-boot@emk-elektronik.de>
Reinhard Meyer authoredSigned-off-by:
Reinhard Meyer <u-boot@emk-elektronik.de>
fsp_platform.h 295 B
/*
* 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