summaryrefslogtreecommitdiff
path: root/include/altera.h
diff options
context:
space:
mode:
authorAng, Chee Hong <chee.hong.ang@intel.com>2018-12-19 18:35:14 -0800
committerMarek Vasut <marex@denx.de>2018-12-20 17:12:25 +0100
commitc41e660b6bb4405fb511c7af29aad4271f6b39a8 (patch)
tree397bdb8ed788ddd7505c26ee1e2fe842e5d32262 /include/altera.h
parent8b36ba27ad5c62af93e8158632966c2484e8f105 (diff)
arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
Enable FPGA reconfiguration support for Stratix 10 SoC. Signed-off-by: Ang, Chee Hong <chee.hong.ang@intel.com>
Diffstat (limited to 'include/altera.h')
-rw-r--r--include/altera.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/altera.h b/include/altera.h
index ead5d3d810..233b467dba 100644
--- a/include/altera.h
+++ b/include/altera.h
@@ -116,4 +116,8 @@ int socfpga_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size);
int stratixv_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size);
#endif
+#ifdef CONFIG_FPGA_STRATIX10
+int stratix10_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size);
+#endif
+
#endif /* _ALTERA_H_ */