MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-nios2nommu / altera_juart.h
blobda6320dff230214af1a1415aa4a5171ae9f3a1b6
1 /*------------------------------------------------------------------------
3 * linux/drivers/serial/altera_juart.h
5 * Driver for Altera JTAG UART core with Avalon interface
7 * Copyright (C) 2004 Microtronix Datacom Ltd
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
20 * History:
21 * Jun/20/2005 DGT Microtronix Datacom NiosII
23 -----------------------------------------------------------------------*/
25 #ifndef _ALTERA_JUART_H_
26 #define _ALTERA_JUART_H_
28 /* jtag uart details needed outside of the driver itself: */
29 /* by: arch/kernel/start.c - boot time error message(s) */
31 void jtaguart_console_write
32 ( struct console *co,
33 const char *s,
34 unsigned int count);
36 #endif /* _ALTERA_JUART_H_ */