]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/ia64/include/asm/hpsim.h
Fix off-by-one error in iov_iter_advance()
[linux-2.6-omap-h63xx.git] / arch / ia64 / include / asm / hpsim.h
1 #ifndef _ASMIA64_HPSIM_H
2 #define _ASMIA64_HPSIM_H
3
4 #ifndef CONFIG_HP_SIMSERIAL_CONSOLE
5 static inline int simcons_register(void) { return 1; }
6 #else
7 int simcons_register(void);
8 #endif
9
10 struct tty_driver;
11 extern struct tty_driver *hp_simserial_driver;
12
13 void ia64_ssc_connect_irq(long intr, long irq);
14 void ia64_ctl_trace(long on);
15
16 #endif