Kill a compiler warning.

This commit is contained in:
Justin T. Gibbs 1999-04-23 23:26:10 +00:00
parent 9dd03ecf30
commit b5aedf623a
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: advlib.h,v 1.3 1997/02/22 09:28:47 peter Exp $ * $Id: advlib.h,v 1.4 1998/09/15 07:03:33 gibbs Exp $
*/ */
/* /*
* Ported from: * Ported from:
@ -824,6 +824,7 @@ u_int8_t adv_period_offset_to_sdtr(struct adv_softc *adv, u_int *period,
u_int *offset, int tid); u_int *offset, int tid);
/* Error recovery */ /* Error recovery */
union ccb;
int adv_abort_ccb(struct adv_softc *adv, int target, int lun, int adv_abort_ccb(struct adv_softc *adv, int target, int lun,
union ccb *ccb, u_int32_t status, int queued_only); union ccb *ccb, u_int32_t status, int queued_only);
int adv_reset_bus(struct adv_softc *adv); int adv_reset_bus(struct adv_softc *adv);