diff options
Diffstat (limited to 'board/pcippc2/fpga_serial.h')
| -rw-r--r-- | board/pcippc2/fpga_serial.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/board/pcippc2/fpga_serial.h b/board/pcippc2/fpga_serial.h index 92c9cdd33..52750143c 100644 --- a/board/pcippc2/fpga_serial.h +++ b/board/pcippc2/fpga_serial.h @@ -25,10 +25,10 @@  #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 |