tape3490.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
- /***************************************************************************
- *
- * drivers/s390/char/tape3490.h
- * tape device discipline for 3490E tapes.
- *
- * S390 and zSeries version
- * Copyright (C) 2001 IBM Corporation
- * Author(s): Carsten Otte <cotte@de.ibm.com>
- * Tuan Ngo-Anh <ngoanh@de.ibm.com>
- *
- ****************************************************************************
- */
- #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