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

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

int handle_serial_msg(struct msgb *msg);

#endif /* _RS232_H */