ibmvscsi.h (9938b04472d5c59f8bd8152a548533a8599596a2) | ibmvscsi.h (88a678bbc34cecce36bf2c7a8af4cba38f9f77ce) |
---|---|
1/* ------------------------------------------------------------ 2 * ibmvscsi.h 3 * (C) Copyright IBM Corporation 1994, 2003 4 * Authors: Colin DeVilbiss (devilbis@us.ibm.com) 5 * Santiago Leon (santil@us.ibm.com) 6 * Dave Boutcher (sleddog@us.ibm.com) 7 * 8 * This program is free software; you can redistribute it and/or modify --- 19 unchanged lines hidden (view full) --- 28 * hypervisor system or a converged hypervisor system. 29 */ 30#ifndef IBMVSCSI_H 31#define IBMVSCSI_H 32#include <linux/types.h> 33#include <linux/list.h> 34#include <linux/completion.h> 35#include <linux/interrupt.h> | 1/* ------------------------------------------------------------ 2 * ibmvscsi.h 3 * (C) Copyright IBM Corporation 1994, 2003 4 * Authors: Colin DeVilbiss (devilbis@us.ibm.com) 5 * Santiago Leon (santil@us.ibm.com) 6 * Dave Boutcher (sleddog@us.ibm.com) 7 * 8 * This program is free software; you can redistribute it and/or modify --- 19 unchanged lines hidden (view full) --- 28 * hypervisor system or a converged hypervisor system. 29 */ 30#ifndef IBMVSCSI_H 31#define IBMVSCSI_H 32#include <linux/types.h> 33#include <linux/list.h> 34#include <linux/completion.h> 35#include <linux/interrupt.h> |
36#include "viosrp.h" | 36#include <scsi/viosrp.h> |
37 38struct scsi_cmnd; 39struct Scsi_Host; 40 41/* Number of indirect bufs...the list of these has to fit in the 42 * additional data of the srp_cmd struct along with the indirect 43 * descriptor 44 */ --- 67 unchanged lines hidden --- | 37 38struct scsi_cmnd; 39struct Scsi_Host; 40 41/* Number of indirect bufs...the list of these has to fit in the 42 * additional data of the srp_cmd struct along with the indirect 43 * descriptor 44 */ --- 67 unchanged lines hidden --- |