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