OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libchip/] [serial/] [serprobe.c] - Rev 597

Go to most recent revision | Compare with Previous | Blame | View Log

/*
 *  $Id: serprobe.c,v 1.2 2001-09-27 12:01:42 chris Exp $
 */
 
#include <rtems.h>
#include <libchip/serial.h>
#include "sersupp.h"
 
boolean libchip_serial_default_probe(int minor)
{
  /*
   * If the configuration dependent probe has located the device then
   * assume it is there
   */
 
  return TRUE;
}
 
 
 
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.