/*************************************************************************** * * drivers/s390/char/tape3490.h * tape device discipline for 3490E tapes. * * S390 and zSeries version * Copyright (C) 2001 IBM Corporation * Author(s): Carsten Otte * Tuan Ngo-Anh * **************************************************************************** */ #ifndef _TAPE3490_H #define _TAPE3490_H typedef struct _tape3490_disc_data_t { __u8 modeset_byte; } tape3490_disc_data_t __attribute__ ((packed, aligned(8))); tape_discipline_t * tape3490_init (int); #endif // _TAPE3490_H