The unified diff between revisions [4f22e7ef..] and [9ca449dd..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'uart.h'

#
# old_revision [4f22e7ef7d3064e3b51a5b868a4722f3f13c747b]
# new_revision [9ca449dd7941ad52e33bdcb5c28b2ba35d54219a]
#
# patch "uart.h"
#  from [86972bb7765797e0b5e660710beed2a9bbd9ec13]
#    to [0e400c96fd36e3b821c79f86ab43102f9be607c7]
#
============================================================
--- uart.h	86972bb7765797e0b5e660710beed2a9bbd9ec13
+++ uart.h	0e400c96fd36e3b821c79f86ab43102f9be607c7
@@ -6,6 +6,7 @@ void putch(char c);
 #ifdef USE_UART
 void init_uart(void);
 void putch(char c);
+void putch_irq(char c);
 void putstr(char *s);
 void putint(unsigned int n);
 void putint_s(int n);