2007-08-21 07:51:45 +04:00
|
|
|
#ifndef _ASMIA64_HPSIM_H
|
|
|
|
#define _ASMIA64_HPSIM_H
|
|
|
|
|
|
|
|
#ifndef CONFIG_HP_SIMSERIAL_CONSOLE
|
|
|
|
static inline int simcons_register(void) { return 1; }
|
|
|
|
#else
|
|
|
|
int simcons_register(void);
|
|
|
|
#endif
|
|
|
|
|
2007-08-21 07:57:01 +04:00
|
|
|
struct tty_driver;
|
|
|
|
extern struct tty_driver *hp_simserial_driver;
|
|
|
|
|
2012-03-09 00:01:18 +04:00
|
|
|
extern int hpsim_get_irq(int intr);
|
2007-08-21 07:57:01 +04:00
|
|
|
void ia64_ctl_trace(long on);
|
|
|
|
|
2007-08-21 07:51:45 +04:00
|
|
|
#endif
|