]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/serial.h
Add console command to access io space registers
[karo-tx-uboot.git] / include / serial.h
index a8d23f519dd2e10c7f90038a556143aac93510da..14f863ed20ec73f67ed2df791ad2ad4b904b689c 100644 (file)
@@ -20,6 +20,8 @@ struct serial_device {
        struct serial_device    *next;
 };
 
+void default_serial_puts(const char *s);
+
 extern struct serial_device serial_smc_device;
 extern struct serial_device serial_scc_device;
 extern struct serial_device *default_serial_console(void);