summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/sersupp.h
blob: 6d24d25b610d4e2e2146a9751fcc821b282a35fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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 */