libbase: Include missing uart header
This fixes compilation on mor1kx.
This commit is contained in:
parent
3d06dc028c
commit
9d16b0fc82
|
@ -6,6 +6,8 @@ void isr(void);
|
|||
|
||||
#ifdef __or1k__
|
||||
|
||||
#include <base/uart.h>
|
||||
|
||||
#define EXTERNAL_IRQ 0x8
|
||||
|
||||
static void emerg_printf(const char *fmt, ...)
|
||||
|
|
Loading…
Reference in New Issue