schedule the highest priority thread,overP1
[monosproject.git] / src / devices / serial.h
blob6e0477850b0b25ae384f033c7a0610c52113af8c
1 #ifndef DEVICES_SERIAL_H
2 #define DEVICES_SERIAL_H
4 #include <stdint.h>
6 void serial_init_queue (void);
7 void serial_putc (uint8_t);
8 void serial_flush (void);
9 void serial_notify (void);
11 #endif /* devices/serial.h */