blob: d6be3fdc39fa65c7c84e7ced10c18ae0e2512a1d [file] [log] [blame]
Peter Chubb8b713c62007-08-21 13:51:45 +10001#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
10#endif