source: rtems/c/src/lib/libchip/serial/serprobe.c @ be4284d0

4.104.114.84.95
Last change on this file since be4284d0 was 61ff7ac8, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/98 at 23:29:33

Added new baud rate to number function and default serial probe routine.

Renamed sersupp.c so we could have one routine per file to decrease
the baggage pulled into an application by default.

  • Property mode set to 100644
File size: 262 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#include <rtems.h>
6#include <libchip/serial.h>
7#include "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}
18
19
20
Note: See TracBrowser for help on using the repository browser.