patch-2.4.2 linux/drivers/s390/char/tape3480.h
Next file: linux/drivers/s390/char/tape3490.c
Previous file: linux/drivers/s390/char/tape3480.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Tue Feb 13 14:13:44 2001
- Orig file:
v2.4.1/linux/drivers/s390/char/tape3480.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.1/linux/drivers/s390/char/tape3480.h linux/drivers/s390/char/tape3480.h
@@ -0,0 +1,25 @@
+
+/***************************************************************************
+ *
+ * drivers/s390/char/tape3480.h
+ * tape device discipline for 3480 tapes.
+ *
+ * S390 version
+ * Copyright (C) 2000 IBM Corporation
+ * Author(s): Tuan Ngo-Anh <ngoanh@de.ibm.com>
+ * Carsten Otte <cotte@de.ibm.com>
+ *
+ * UNDER CONSTRUCTION: Work in progress...:-)
+ ****************************************************************************
+ */
+
+#ifndef _TAPE3480_H
+
+#define _TAPE3480_H
+
+
+typedef struct _tape3480_disc_data_t {
+ __u8 modeset_byte;
+} tape3480_disc_data_t __attribute__ ((packed, aligned(8)));
+tape_discipline_t * tape3480_init (void);
+#endif // _TAPE3480_H
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)