blob: 61187ca62e380d948b7b3f094671010564e30409 [file] [log] [blame]
Jonathan Santos03fd8d02011-05-25 13:54:02 -04001#ifndef _RS232_H
2#define _RS232_H
3
4int rs232_setup(const char *serial_port, unsigned int delay_ms,
5 struct gsm_bts *bts);
6
7int handle_serial_msg(struct msgb *msg);
8
9#endif /* _RS232_H */