zyxel-revert/serial.h

9 lines
144 B
C
Raw Normal View History

2007-04-23 10:23:40 +02:00
#ifndef _SERIAL_H_
#define _SERIAL_H_
2007-05-02 20:42:12 +02:00
#include "context.h"
int serial_init(struct context *ctx, const char *device);
2007-04-23 10:23:40 +02:00
#endif /* _SERIAL_H_ */