Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:24:05

0001 #include <rtems.h>
0002 #include <libchip/serial.h>
0003 #include <libchip/sersupp.h>
0004 
0005 bool libchip_serial_default_probe(int minor)
0006 {
0007   /*
0008    * If the configuration dependent probe has located the device then
0009    * assume it is there
0010    */
0011 
0012   return true;
0013 }