brute-forced more changes from MontaVista's tree. SCSI partition table read still...
[linux-2.4.git] / drivers / s390 / char / tape3480.h
1 /***************************************************************************
2  *
3  *  drivers/s390/char/tape3480.h
4  *    tape device discipline for 3480 tapes.
5  *
6  *  S390 and zSeries version
7  *    Copyright (C) 2001 IBM Corporation
8  *    Author(s): Carsten Otte <cotte@de.ibm.com>
9  *               Tuan Ngo-Anh <ngoanh@de.ibm.com>
10  *
11  ****************************************************************************
12  */
13
14 #ifndef _TAPE3480_H
15
16 #define _TAPE3480_H
17
18
19 typedef struct _tape3480_disc_data_t {
20     __u8 modeset_byte;
21 } tape3480_disc_data_t  __attribute__ ((packed, aligned(8)));
22 tape_discipline_t * tape3480_init (int);
23 #endif // _TAPE3480_H