cregit-Linux how code gets into the kernel

Release 4.7 drivers/s390/char/sclp_tty.h

/*
 *    interface to the SCLP-read/write driver
 *
 *  S390 version
 *    Copyright IBM Corp. 1999
 *    Author(s): Martin Peschke <mpeschke@de.ibm.com>
 *               Martin Schwidefsky <schwidefsky@de.ibm.com>
 */

#ifndef __SCLP_TTY_H__

#define __SCLP_TTY_H__

#include <linux/tty_driver.h>

extern struct tty_driver *sclp_tty_driver;

#endif	/* __SCLP_TTY_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
martin schwidefskymartin schwidefsky1789.47%250.00%
al viroal viro15.26%125.00%
heiko carstensheiko carstens15.26%125.00%
Total19100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}