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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [gen68360/] [console/] [consolereserveresources.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  Reserve resources for console driver.
3
 *
4
 *  This is in a separate file to minimize the amount of baggage
5
 *  pulled in when not using the console device driver.
6
 *
7
 *  Author:
8
 *    W. Eric Norum
9
 *    Saskatchewan Accelerator Laboratory
10
 *    University of Saskatchewan
11
 *    Saskatoon, Saskatchewan, CANADA
12
 *    eric@skatter.usask.ca
13
 *
14
 *  COPYRIGHT (c) 1989-1999.
15
 *  On-Line Applications Research Corporation (OAR).
16
 *
17
 *  The license and distribution terms for this file may be
18
 *  found in the file LICENSE in this distribution or at
19
 *
20
 *  http://www.OARcorp.com/rtems/license.html.
21
 *
22
 *  $Id: consolereserveresources.c,v 1.2 2001-09-27 12:00:08 chris Exp $
23
 */
24
 
25
#include <termios.h>
26
#include <bsp.h>
27
#include <rtems/libio.h>
28
#include "m68360.h"
29
 
30
int _console_reserve_resources_removed;

powered by: WebSVN 2.1.0

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