summaryrefslogblamecommitdiffstats
path: root/c/src/libchip/serial/serprobe.c
blob: 27bf62e1dc2ae6348e7979313c10d91ba6c905e4 (plain) (tree)
1
2
3
4
5
6
7





                           
                            












                                                                     
/*
 *  $Id$
 */

#include <rtems.h>
#include <libchip/serial.h>
#include <libchip/sersupp.h>

boolean libchip_serial_default_probe(int minor)
{
  /*
   * If the configuration dependent probe has located the device then
   * assume it is there
   */

  return TRUE;
}