blob: 04114ccfe02c1e4a90a7cf0158be0c3b18c45564 [file] [log] [blame] [edit]
#ifndef Y2019_JEVOIS_SERIAL_H_
#define Y2019_JEVOIS_SERIAL_H_
namespace y2019::jevois {
int open_via_terminos(const char *tty_name);
} // namespace y2019::jevois
#endif // Y2019_JEVOIS_SERIAL_H_