Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[deliverable/linux.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
This page took 0.515084 seconds and 5 git commands to generate.