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

#ifndef __LIBCHIP_SERIAL_SUPPORT_h
#define __LIBCHIP_SERIAL_SUPPORT_h

#include <rtems/termiostypes.h>

#ifdef __cplusplus
extern "C" {
#endif

bool libchip_serial_default_probe(
  int minor
);

#ifdef __cplusplus
}
#endif

#endif
/* end of include file */