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






                                  
                               
 


                  
 
                                  


           


                  
 

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