summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/iwrap/suart.h
blob: c634bbc2f44c1645e86e3594076d10d07c4e6143 (plain)
1
2
3
4
5
6
7
8
#ifndef SUART
#define SUART

void    xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);

#endif /* SUART */