~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to drivers/s390/char/tape.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *    tape device driver for 3480/3490E/3590 tapes.
4
4
 *
5
5
 *  S390 and zSeries version
6
 
 *    Copyright IBM Corp. 2001,2006
 
6
 *    Copyright IBM Corp. 2001, 2009
7
7
 *    Author(s): Carsten Otte <cotte@de.ibm.com>
8
8
 *               Tuan Ngo-Anh <ngoanh@de.ibm.com>
9
9
 *               Martin Schwidefsky <schwidefsky@de.ibm.com>
285
285
extern void tape_state_set(struct tape_device *, enum tape_state);
286
286
 
287
287
extern int tape_generic_online(struct tape_device *, struct tape_discipline *);
288
 
extern int tape_generic_offline(struct tape_device *device);
 
288
extern int tape_generic_offline(struct ccw_device *);
 
289
extern int tape_generic_pm_suspend(struct ccw_device *);
289
290
 
290
291
/* Externals from tape_devmap.c */
291
292
extern int tape_generic_probe(struct ccw_device *);
324
325
#endif
325
326
 
326
327
/* a function for dumping device sense info */
327
 
extern void tape_dump_sense(struct tape_device *, struct tape_request *,
328
 
                            struct irb *);
329
328
extern void tape_dump_sense_dbf(struct tape_device *, struct tape_request *,
330
329
                                struct irb *);
331
330