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