]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pcippc2/fpga_serial.h
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / board / pcippc2 / fpga_serial.h
index 92c9cdd331a3b645b13e6493f607ae9632734340..52750143c4495c1934e0ce0f44b7351c2372a69c 100755 (executable)
 #define _FPGA_SERIAL_H_
 
 extern void    fpga_serial_init        (int);
-extern void    fpga_serial_putc        (char);
-extern void    fpga_serial_puts        (const char *);
-extern int     fpga_serial_getc        (void);
-extern int     fpga_serial_tstc        (void);
-extern void    fpga_serial_setbrg      (void);
+extern void    fpga_serial_putc        (char);
+extern void    fpga_serial_puts        (const char *);
+extern int     fpga_serial_getc        (void);
+extern int     fpga_serial_tstc        (void);
+extern void    fpga_serial_setbrg      (void);
 
 #endif