hpsim.h 191 B

12345678910
  1. #ifndef _ASMIA64_HPSIM_H
  2. #define _ASMIA64_HPSIM_H
  3. #ifndef CONFIG_HP_SIMSERIAL_CONSOLE
  4. static inline int simcons_register(void) { return 1; }
  5. #else
  6. int simcons_register(void);
  7. #endif
  8. #endif