aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/mp_serial.h
blob: 4f7835a69bbe249f5bae30ec798c26b8a8dd92ba (plain)
1
2
3
4
5
6
7
#ifndef _mp_serial_h
#define _mp_serial_h

int init_serial(const char *dev, int speed, int debug);
void ser_exit(int fd);

#endif