linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / s390 / char / tape_std.h
index 1fc9523..3ab6aaf 100644 (file)
@@ -1,8 +1,9 @@
 /*
- *  drivers/s390/char/tape_std.h
+ *  drivers/s390/char/tape_34xx.h
  *    standard tape device functions for ibm tapes.
  *
- *    Copyright (C) IBM Corp. 2001,2006
+ *  S390 and zSeries version
+ *    Copyright (C) 2001,2002 IBM Deutschland Entwicklung GmbH, IBM Corporation
  *    Author(s): Carsten Otte <cotte@de.ibm.com>
  *              Tuan Ngo-Anh <ngoanh@de.ibm.com>
  *              Martin Schwidefsky <schwidefsky@de.ibm.com>
@@ -148,12 +149,4 @@ void tape_std_error_recovery_do_retry(struct tape_device *);
 void tape_std_error_recovery_read_opposite(struct tape_device *);
 void tape_std_error_recovery_HWBUG(struct tape_device *, int condno);
 
-/* S390 tape types */
-enum s390_tape_type {
-        tape_3480,
-        tape_3490,
-        tape_3590,
-        tape_3592,
-};
-
 #endif // _TAPE_STD_H