source: rtems/c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c @ edeed26

4.104.114.84.95
Last change on this file since edeed26 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 741 bytes
Line 
1/*
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$
23 */
24
25#include <termios.h>
26#include <bsp.h>
27#include <rtems/libio.h>
28#include "m68360.h"
29
30int _console_reserve_resources_removed;
Note: See TracBrowser for help on using the repository browser.