]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-socfpga/include/mach/misc.h
arm: socfpga: Add misc support for Arria 10
[people/ms/u-boot.git] / arch / arm / mach-socfpga / include / mach / misc.h
index f3447495abbc0fb53777529951d69c5961928a83..0b65783b05598999570ed06a39279a64177168c1 100644 (file)
@@ -22,4 +22,10 @@ void socfpga_fpga_add(void);
 static inline void socfpga_fpga_add(void) {}
 #endif
 
+#if defined(CONFIG_TARGET_SOCFPGA_ARRIA10)
+unsigned int dedicated_uart_com_port(const void *blob);
+unsigned int shared_uart_com_port(const void *blob);
+unsigned int uart_com_port(const void *blob);
+#endif
+
 #endif /* _MISC_H_ */