diff options
Diffstat (limited to 'board/bmw/ns16550.h')
-rw-r--r-- | board/bmw/ns16550.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/bmw/ns16550.h b/board/bmw/ns16550.h index b80ac02..0b7b389 100644 --- a/board/bmw/ns16550.h +++ b/board/bmw/ns16550.h @@ -78,4 +78,3 @@ void NS16550_putc(volatile struct NS16550 *com_port, unsigned char c); unsigned char NS16550_getc(volatile struct NS16550 *com_port); int NS16550_tstc(volatile struct NS16550 *com_port); void NS16550_reinit(volatile struct NS16550 *com_port, int baud_divisor); - |