Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc2 16 lines 325 B view raw
1#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 10struct tty_driver; 11extern struct tty_driver *hp_simserial_driver; 12 13extern int hpsim_get_irq(int intr); 14void ia64_ctl_trace(long on); 15 16#endif