summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/serprobe.c
blob: 2018727d5622b9aaf5199d1d28a321900c9fe7e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  $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;
}