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.9 14 lines 259 B view raw
1/* 2 * Copyright IBM Corp. 2007 3 * 4 */ 5 6#ifndef __DRIVERS_S390_CHAR_TTY3270_H 7#define __DRIVERS_S390_CHAR_TTY3270_H 8 9#include <linux/tty.h> 10#include <linux/tty_driver.h> 11 12extern struct tty_driver *tty3270_driver; 13 14#endif /* __DRIVERS_S390_CHAR_TTY3270_H */