RTEMS 6.1-rc1
sersupp.h
1#ifndef __LIBCHIP_SERIAL_SUPPORT_h
2#define __LIBCHIP_SERIAL_SUPPORT_h
3
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10bool libchip_serial_default_probe(
11 int minor
12);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif
19/* end of include file */