summaryrefslogblamecommitdiffstats
path: root/c/src/libchip/serial/sersupp.h
blob: 6d24d25b610d4e2e2146a9751fcc821b282a35fc (plain) (tree)
1
2
3
4
5
6
7
8
9


                                  
                               
 


                  
 
                                  


           


                  
 

                         
#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 */