summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/serprobe.c
blob: 5ce4d7ca40d2c44bf61162b67b2f045515de15e4 (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>

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

  return true;
}