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

4.104.114.84.95
Last change on this file since d81d057 was 73b5bd5d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/15/04 at 13:33:58

Remove stray white spaces.

  • Property mode set to 100644
File size: 267 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#include <rtems.h>
6#include <libchip/serial.h>
7#include <libchip/sersupp.h>
8
9boolean 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.