summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/sersupp.h
blob: 29db6b298b19b59106eeff6d7800083f7f7a5dde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 *  $Id$
 */

#ifndef __LIBCHIP_SERIAL_SUPPORT_h
#define __LIBCHIP_SERIAL_SUPPORT_h

int termios_baud_to_index(
  int termios_baud
);

int termios_baud_to_number(
  int termios_baud
);

bool libchip_serial_default_probe(
  int minor
);


#endif
/* end of include file */