mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 07:20:16 +00:00
* 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>.
30 lines
983 B
C
30 lines
983 B
C
/*
|
|
* This file contains the TTY driver table definition for the PPCn_60x
|
|
*
|
|
* This driver uses the termios pseudo driver.
|
|
*
|
|
* COPYRIGHT (c) 1998 by Radstone Technology
|
|
*
|
|
*
|
|
* THIS FILE IS PROVIDED TO YOU, THE USER, "AS IS", WITHOUT WARRANTY OF ANY
|
|
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
|
* IMPLIED WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK
|
|
* AS TO THE QUALITY AND PERFORMANCE OF ALL CODE IN THIS FILE IS WITH YOU.
|
|
*
|
|
* You are hereby granted permission to use, copy, modify, and distribute
|
|
* this file, provided that this notice, plus the above copyright notice
|
|
* and disclaimer, appears in all copies. Radstone Technology will provide
|
|
* no support for this code.
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
#include <rtems/ringbuf.h>
|
|
#include <libchip/serial.h>
|
|
#include <libchip/ns16550.h>
|
|
#include <libchip/z85c30.h>
|
|
|
|
extern console_tbl Console_Port_Tbl[];
|
|
extern console_data Console_Port_Data[];
|
|
extern unsigned long Console_Port_Count;
|