]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/s390/char/tty3270.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / drivers / s390 / char / tty3270.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
364c8558 2/*
364c8558
HC
3 * Copyright IBM Corp. 2007
4 *
5 */
6
7#ifndef __DRIVERS_S390_CHAR_TTY3270_H
8#define __DRIVERS_S390_CHAR_TTY3270_H
9
10#include <linux/tty.h>
11#include <linux/tty_driver.h>
12
13extern struct tty_driver *tty3270_driver;
14
15#endif /* __DRIVERS_S390_CHAR_TTY3270_H */