X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fscsi%2Fatp870u.h;h=ce42a819dc612f289d2a95529a72592ffda10769;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=e4fac5e072bf80838ca085c038a7751db387de52;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/drivers/scsi/atp870u.h b/drivers/scsi/atp870u.h index e4fac5e07..ce42a819d 100644 --- a/drivers/scsi/atp870u.h +++ b/drivers/scsi/atp870u.h @@ -1,16 +1,6 @@ #ifndef _ATP870U_H #define _ATP870U_H -/* $Id: atp870u.h,v 1.0 1997/05/07 15:09:00 root Exp root $ - - * Header file for the ACARD 870U/W driver for Linux - * - * $Log: atp870u.h,v $ - * Revision 1.0 1997/05/07 15:09:00 root - * Initial revision - * - */ - #include /* I/O Port */ @@ -41,7 +31,7 @@ struct atp_unit { unsigned short deviceid; unsigned char ata_cdbu[16]; unsigned char sp[16]; - Scsi_Cmnd *querequ[qcnt]; + struct scsi_cmnd *querequ[qcnt]; struct atp_id { unsigned char dirctu; unsigned char devspu; @@ -52,20 +42,11 @@ struct atp_unit { unsigned char *prd_posu; unsigned char *prd_tableu; dma_addr_t prd_phys; - Scsi_Cmnd *curr_req; + struct scsi_cmnd *curr_req; } id[16]; struct Scsi_Host *host; struct pci_dev *pdev; unsigned int unit; }; -static int atp870u_queuecommand(Scsi_Cmnd *, void (*done) (Scsi_Cmnd *)); -static int atp870u_abort(Scsi_Cmnd *); -static int atp870u_biosparam(struct scsi_device *, struct block_device *, - sector_t, int *); -static void send_s870(struct Scsi_Host *); - -extern const char *atp870u_info(struct Scsi_Host *); -static Scsi_Host_Template atp870u_template; - #endif