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

4.115
Last change on this file since 7a4c4f4 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 557 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.org/license/LICENSE.
10 */
11
12#include <rtems/ringbuf.h>
13#include <libchip/serial.h>
14#include <libchip/ns16550.h>
15
16extern console_tbl      Console_Port_Tbl[];
17extern console_data     Console_Port_Data[];
18extern unsigned long    Console_Port_Count;
19
20bool Console_Port_Tbl_Init_ppc8245(int minor);
Note: See TracBrowser for help on using the repository browser.