aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/rs232.h
blob: deb0c6b2900e347bc1ee5459f1f0116f3b3d4e97 (plain)
1
2
3
4
5
6
7
8
#ifndef _RS232_H
#define _RS232_H

int rs232_setup(const char *serial_port, unsigned int delay_ms);

int handle_serial_msg(struct msgb *msg);

#endif /* _RS232_H */