Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:43

0001 #ifndef __LIBCHIP_SERIAL_SUPPORT_h
0002 #define __LIBCHIP_SERIAL_SUPPORT_h
0003 
0004 #include <rtems/termiostypes.h>
0005 
0006 #ifdef __cplusplus
0007 extern "C" {
0008 #endif
0009 
0010 bool libchip_serial_default_probe(
0011   int minor
0012 );
0013 
0014 #ifdef __cplusplus
0015 }
0016 #endif
0017 
0018 #endif
0019 /* end of include file */