URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libchip/] [serial/] [serprobe.c] - Rev 389
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