1
2/***************************************************************************
3 *
4 *  drivers/s390/char/tape3490.h
5 *    tape device discipline for 3490E tapes.
6 *
7 *  S390 and zSeries version
8 *    Copyright (C) 2001 IBM Corporation
9 *    Author(s): Carsten Otte <cotte@de.ibm.com>
10 *               Tuan Ngo-Anh <ngoanh@de.ibm.com>
11 *
12 ****************************************************************************
13 */
14
15#ifndef _TAPE3490_H
16
17#define _TAPE3490_H
18
19
20typedef struct _tape3490_disc_data_t {
21    __u8 modeset_byte;
22} tape3490_disc_data_t  __attribute__ ((packed, aligned(8)));
23tape_discipline_t * tape3490_init (int);
24#endif // _TAPE3490_H
25