Remove xs_free_list; it no longer exists.
This commit is contained in:
parent
624619a881
commit
8ebf1e8824
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: scsipi_base.h,v 1.8 1998/08/15 10:10:58 mycroft Exp $ */
|
/* $NetBSD: scsipi_base.h,v 1.9 1998/12/08 00:20:16 thorpej Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
@ -36,8 +36,6 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern LIST_HEAD(xs_free_list, scsipi_xfer) xs_free_list;
|
|
||||||
|
|
||||||
struct scsipi_xfer *scsipi_get_xs __P((struct scsipi_link *, int));
|
struct scsipi_xfer *scsipi_get_xs __P((struct scsipi_link *, int));
|
||||||
void scsipi_free_xs __P((struct scsipi_xfer *, int));
|
void scsipi_free_xs __P((struct scsipi_xfer *, int));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user