cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

tty3270.h (298B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      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 */