summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/iwrap/suart.h
blob: 72725b998f0a27a7e90163a72f257e19e724b75a (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 */