source: rtems/c/src/libchip/serial/serprobe.c @ d0e2fa3

4.104.115
Last change on this file since d0e2fa3 was 6640459d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/07/08 at 03:44:14

Convert to "bool".

  • Property mode set to 100644
File size: 264 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#include <rtems.h>
6#include <libchip/serial.h>
7#include <libchip/sersupp.h>
8
9bool libchip_serial_default_probe(int minor)
10{
11  /*
12   * If the configuration dependent probe has located the device then
13   * assume it is there
14   */
15
16  return true;
17}
Note: See TracBrowser for help on using the repository browser.