summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fsp/fsp_platform.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-02-10 10:42:56 -0500
committerTom Rini <trini@ti.com>2015-02-10 10:42:56 -0500
commitdb7a7dee6878fe7539d5967de1caff83246254e0 (patch)
tree27a94cac552d2015cc53cd29658f15f834475a5c /arch/x86/include/asm/fsp/fsp_platform.h
parentc956662cc3e2475b451afa9a8b639c0ccc49d432 (diff)
parentba877efb802edb7080703e4dd99e51a437e44f26 (diff)
downloadu-boot-imx-db7a7dee6878fe7539d5967de1caff83246254e0.zip
u-boot-imx-db7a7dee6878fe7539d5967de1caff83246254e0.tar.gz
u-boot-imx-db7a7dee6878fe7539d5967de1caff83246254e0.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/x86/include/asm/fsp/fsp_platform.h')
-rw-r--r--arch/x86/include/asm/fsp/fsp_platform.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/x86/include/asm/fsp/fsp_platform.h b/arch/x86/include/asm/fsp/fsp_platform.h
new file mode 100644
index 0000000..61286ce
--- /dev/null
+++ b/arch/x86/include/asm/fsp/fsp_platform.h
@@ -0,0 +1,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