aboutsummaryrefslogtreecommitdiff
path: root/include/asm-ia64/hpsim.h
blob: d6be3fdc39fa65c7c84e7ced10c18ae0e2512a1d (plain)
1
2
3
4
5
6
7
8
9
10
#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

#endif