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