repo.or.cz
/
monosproject.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
schedule the highest priority thread,overP1
[monosproject.git]
/
src
/
devices
/
serial.h
blob
6e0477850b0b25ae384f033c7a0610c52113af8c
1
#ifndef DEVICES_SERIAL_H
2
#define DEVICES_SERIAL_H
3
4
#include <stdint.h>
5
6
void
serial_init_queue
(
void
);
7
void
serial_putc
(
uint8_t
);
8
void
serial_flush
(
void
);
9
void
serial_notify
(
void
);
10
11
#endif
/* devices/serial.h */