11 lines
191 B
C
11 lines
191 B
C
|
#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
|