]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/ia64/include/asm/hpsim.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mirror_ubuntu-artful-kernel.git] / arch / ia64 / include / asm / hpsim.h
CommitLineData
8b713c67
PC
1#ifndef _ASMIA64_HPSIM_H
2#define _ASMIA64_HPSIM_H
3
4#ifndef CONFIG_HP_SIMSERIAL_CONSOLE
5static inline int simcons_register(void) { return 1; }
6#else
7int simcons_register(void);
8#endif
9
7b3166db
PC
10struct tty_driver;
11extern struct tty_driver *hp_simserial_driver;
12
6efb6b77 13extern int hpsim_get_irq(int intr);
7b3166db
PC
14void ia64_ctl_trace(long on);
15
8b713c67 16#endif