summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/sersupp.h
blob: a996d53c7ca2855e2377f2a3f198d50d2a0cb989 (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
);

boolean libchip_serial_default_probe(
  int minor
);


#endif
/* end of include file */