Quantum
80dc438fd0
Seems to work well enough to take over the OpenSBI putchar TODO: Add some kind of flush() to avoid trashing data still in the FIFO when we take over from OpenSBI
8 lines
140 B
C++
8 lines
140 B
C++
#include "uart_16550/uart_16550.h"
|
|
|
|
namespace drivers {
|
|
namespace uart_16550 {
|
|
|
|
|
|
} // End namespace uart_16550
|
|
} // End namespace drivers
|