#ifndef _SERIAL_H_ #define _SERIAL_H_ int serial_init(const char *device); #endif /* _SERIAL_H_ */