source: rtems/c/src/lib/libbsp/powerpc/ppcn_60x/console/console.h @ 0505504

4.104.114.84.95
Last change on this file since 0505504 was 0505504, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:11:00

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
  • console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
  • Property mode set to 100644
File size: 983 bytes
Line 
1/*
2 *  This file contains the TTY driver table definition for the PPCn_60x
3 *
4 *  This driver uses the termios pseudo driver.
5 *
6 *  COPYRIGHT (c) 1998 by Radstone Technology
7 *
8 *
9 * THIS FILE IS PROVIDED TO YOU, THE USER, "AS IS", WITHOUT WARRANTY OF ANY
10 * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
11 * IMPLIED WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK
12 * AS TO THE QUALITY AND PERFORMANCE OF ALL CODE IN THIS FILE IS WITH YOU.
13 *
14 * You are hereby granted permission to use, copy, modify, and distribute
15 * this file, provided that this notice, plus the above copyright notice
16 * and disclaimer, appears in all copies. Radstone Technology will provide
17 * no support for this code.
18 *
19 *  $Id$
20 */
21
22#include <rtems/ringbuf.h>
23#include <libchip/serial.h>
24#include <libchip/ns16550.h>
25#include <libchip/z85c30.h>
26
27extern console_tbl      Console_Port_Tbl[];
28extern console_data     Console_Port_Data[];
29extern unsigned long    Console_Port_Count;
Note: See TracBrowser for help on using the repository browser.