]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/serial.h
serial: uartlite: Support for SERIAL_MULTI
[people/ms/u-boot.git] / include / serial.h
index ff1ce990093bba737d005ac124b22e27fa6f88c9..5926244850b61fc4396f1d3d1615404749a3f2c7 100644 (file)
@@ -50,6 +50,13 @@ extern struct serial_device serial4_device;
 extern struct serial_device serial6_device;
 #endif
 
+#if defined(CONFIG_XILINX_UARTLITE)
+extern struct serial_device uartlite_serial0_device;
+extern struct serial_device uartlite_serial1_device;
+extern struct serial_device uartlite_serial2_device;
+extern struct serial_device uartlite_serial3_device;
+#endif
+
 #if defined(CONFIG_S3C2410)
 extern struct serial_device s3c24xx_serial0_device;
 extern struct serial_device s3c24xx_serial1_device;