https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 44ae7444b6e1ac8510be165c9459a82aa6f3470e authored by Jason Self on 14 April 2011, 23:56:22 UTC
Linux-libre 2.6.32.37-gnu1
Tip revision: 44ae744
sclp_tty.h
/*
 *  drivers/s390/char/sclp_tty.h
 *    interface to the SCLP-read/write driver
 *
 *  S390 version
 *    Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
 *    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__ */
back to top