Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / arch / ia64 / include / asm / hpsim.h
blob00fbd5cc8ab86d6a15ea043efb4a3750a3f44514
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASMIA64_HPSIM_H
3 #define _ASMIA64_HPSIM_H
5 #ifndef CONFIG_HP_SIMSERIAL_CONSOLE
6 static inline int simcons_register(void) { return 1; }
7 #else
8 int simcons_register(void);
9 #endif
11 struct tty_driver;
12 extern struct tty_driver *hp_simserial_driver;
14 extern int hpsim_get_irq(int intr);
15 void ia64_ctl_trace(long on);
17 #endif