![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef MVME147_H 0003 0004 /* $Id: mvme147.h,v 1.4 1997/01/19 23:07:10 davem Exp $ 0005 * 0006 * Header file for the MVME147 built-in SCSI controller for Linux 0007 * 0008 * Written and (C) 1993, Hamish Macdonald, see mvme147.c for more info 0009 * 0010 */ 0011 0012 #include <linux/types.h> 0013 0014 int mvme147_detect(struct scsi_host_template *); 0015 int mvme147_release(struct Scsi_Host *); 0016 0017 #ifndef CMD_PER_LUN 0018 #define CMD_PER_LUN 2 0019 #endif 0020 0021 #ifndef CAN_QUEUE 0022 #define CAN_QUEUE 16 0023 #endif 0024 0025 #endif /* MVME147_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |