[IA64] Enable early console for Ski simulator
[deliverable/linux.git] / include / asm-ia64 / hpsim.h
1 #ifndef _ASMIA64_HPSIM_H
2 #define _ASMIA64_HPSIM_H
3
4 #ifndef CONFIG_HP_SIMSERIAL_CONSOLE
5 static inline int simcons_register(void) { return 1; }
6 #else
7 int simcons_register(void);
8 #endif
9
10 #endif
This page took 0.03155 seconds and 5 git commands to generate.