cregit-Linux how code gets into the kernel

Release 4.10 arch/ia64/include/asm/hpsim.h

#ifndef _ASMIA64_HPSIM_H

#define _ASMIA64_HPSIM_H

#ifndef CONFIG_HP_SIMSERIAL_CONSOLE

static inline int simcons_register(void) { return 1; }

Contributors

PersonTokensPropCommitsCommitProp
peter chubbpeter chubb12100.00%1100.00%
Total12100.00%1100.00%

#else int simcons_register(void); #endif struct tty_driver; extern struct tty_driver *hp_simserial_driver; extern int hpsim_get_irq(int intr); void ia64_ctl_trace(long on); #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
peter chubbpeter chubb5392.98%266.67%
jiri slabyjiri slaby47.02%133.33%
Total57100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.