URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [sparc/] [erc32/] [console/] [consolereserveresources.c] - Rev 173
Compare with Previous | Blame | View Log
/* * This file contains the TTY driver for the serial ports on the erc32. * * This driver uses the termios pseudo driver. * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.OARcorp.com/rtems/license.html. * * $Id: consolereserveresources.c,v 1.2 2001-09-27 12:01:13 chris Exp $ */ #include <bsp.h> #include <rtems/libio.h> #include <stdlib.h> #include <assert.h> int console_reserve_resources_removed;