GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / ia64 / include / asm / hpsim.h
blob892ab198a9da86d2a30d3332a3f29df2aaf73a5a
1 #ifndef _ASMIA64_HPSIM_H
2 #define _ASMIA64_HPSIM_H
4 #ifndef CONFIG_HP_SIMSERIAL_CONSOLE
5 static inline int simcons_register(void) { return 1; }
6 #else
7 int simcons_register(void);
8 #endif
10 struct tty_driver;
11 extern struct tty_driver *hp_simserial_driver;
13 void ia64_ssc_connect_irq(long intr, long irq);
14 void ia64_ctl_trace(long on);
16 #endif