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