diff options
Diffstat (limited to 'iwrap/suart.h')
| -rw-r--r-- | iwrap/suart.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/iwrap/suart.h b/iwrap/suart.h new file mode 100644 index 000000000..72725b998 --- /dev/null +++ b/iwrap/suart.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #ifndef SUART | ||
| 2 | #define SUART | ||
| 3 | |||
| 4 | void xmit(uint8_t); | ||
| 5 | uint8_t rcvr(void); | ||
| 6 | uint8_t recv(void); | ||
| 7 | |||
| 8 | #endif /* SUART */ | ||
