cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

mvme147.h (504B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef MVME147_H
      3
      4/* $Id: mvme147.h,v 1.4 1997/01/19 23:07:10 davem Exp $
      5 *
      6 * Header file for the MVME147 built-in SCSI controller for Linux
      7 *
      8 * Written and (C) 1993, Hamish Macdonald, see mvme147.c for more info
      9 *
     10 */
     11
     12#include <linux/types.h>
     13
     14int mvme147_detect(struct scsi_host_template *);
     15int mvme147_release(struct Scsi_Host *);
     16
     17#ifndef CMD_PER_LUN
     18#define CMD_PER_LUN		2
     19#endif
     20
     21#ifndef CAN_QUEUE
     22#define CAN_QUEUE		16
     23#endif
     24
     25#endif /* MVME147_H */