tape3490.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /***************************************************************************
  2.  *
  3.  *  drivers/s390/char/tape3490.h
  4.  *    tape device discipline for 3490E tapes.
  5.  *
  6.  *  S390 and zSeries version
  7.  *    Copyright (C) 2001 IBM Corporation
  8.  *    Author(s): Carsten Otte <cotte@de.ibm.com>
  9.  *               Tuan Ngo-Anh <ngoanh@de.ibm.com>
  10.  *
  11.  ****************************************************************************
  12.  */
  13. #ifndef _TAPE3490_H
  14. #define _TAPE3490_H
  15. typedef struct _tape3490_disc_data_t {
  16.     __u8 modeset_byte;
  17. } tape3490_disc_data_t  __attribute__ ((packed, aligned(8)));
  18. tape_discipline_t * tape3490_init (int);
  19. #endif // _TAPE3490_H