source: rtems/c/src/lib/libbsp/powerpc/ep1a/console/console.h @ de49de6

4.104.115
Last change on this file since de49de6 was de49de6, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 17:27:07

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • console/config.c, console/console.c, console/console.h, console/ns16550cfg.c, console/ns16550cfg.h, include/bsp.h, include/tm27.h, irq/irq_init.c, irq/openpic_xxx_irq.c, pci/no_host_bridge.c: File head clean up.
  • console/debugio.c: Removed.
  • Property mode set to 100644
File size: 569 bytes
Line 
1/*
2 *  This driver uses the termios pseudo driver.
3 *
4 *  COPYRIGHT (c) 1989-2008.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#include <rtems/ringbuf.h>
15#include <libchip/serial.h>
16#include <libchip/ns16550.h>
17
18extern console_tbl      Console_Port_Tbl[];
19extern console_data     Console_Port_Data[];
20extern unsigned long    Console_Port_Count;
21
22bool Console_Port_Tbl_Init_ppc8245(int minor);
Note: See TracBrowser for help on using the repository browser.