delete definition of STAILQ_ENTRY

previous defined sys/sys/queue.h
This commit is contained in:
ichiro 2002-12-07 01:40:24 +00:00
parent bc4bea2904
commit 170528a210
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic7xxxvar.h,v 1.31 2002/02/11 11:01:52 wiz Exp $ */
/* $NetBSD: aic7xxxvar.h,v 1.32 2002/12/07 01:40:24 ichiro Exp $ */
/*
* Interface to the generic driver for the aic7xxx based adaptec
@ -51,11 +51,6 @@
*/
#define AHC_MAXTRANSFER_SIZE ctob(AHC_NSEG - 1)
/*
* Convert FreeBSD queue macro
*/
#define STAILQ_ENTRY SIMPLEQ_ENTRY
/*
* The number of dma segments supported. The current implementation limits
* us to 255 S/G entries (this may change to be unlimited at some point).