summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/serial/serprobe.c
blob: 7f8d3924523393be617f0c567acf6e2c65e5d09f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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;
}