Blame view

drivers/scsi/mvme147.h 465 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
11
  #ifndef MVME147_H
  
  /* $Id: mvme147.h,v 1.4 1997/01/19 23:07:10 davem Exp $
   *
   * Header file for the MVME147 built-in SCSI controller for Linux
   *
   * Written and (C) 1993, Hamish Macdonald, see mvme147.c for more info
   *
   */
  
  #include <linux/types.h>
d0be4a7d2   Christoph Hellwig   [SCSI] remove Scs...
12
  int mvme147_detect(struct scsi_host_template *);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
13
  int mvme147_release(struct Scsi_Host *);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14
15
  
  #ifndef CMD_PER_LUN
be4540db0   Geert Uytterhoeven   [SCSI] mvme147: R...
16
  #define CMD_PER_LUN		2
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
17
18
19
  #endif
  
  #ifndef CAN_QUEUE
be4540db0   Geert Uytterhoeven   [SCSI] mvme147: R...
20
  #define CAN_QUEUE		16
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
21
22
23
  #endif
  
  #endif /* MVME147_H */