Release 4.14 arch/ia64/include/asm/hpsim.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASMIA64_HPSIM_H
#define _ASMIA64_HPSIM_H
#ifndef CONFIG_HP_SIMSERIAL_CONSOLE
static inline int simcons_register(void) { return 1; }
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Peter Chubb | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.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
Person | Tokens | Prop | Commits | CommitProp |
Peter Chubb | 53 | 91.38% | 2 | 50.00% |
Jiri Slaby | 4 | 6.90% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 1.72% | 1 | 25.00% |
Total | 58 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.