diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-02 06:44:48 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-02 06:44:48 +0000 |
commit | a1ab0133973a053ec8cb7034b5f525c772d2c6d6 (patch) | |
tree | 348052b6165a33d50f05b52e0989ec9095b81452 /sys/arch/amiga/dev/siopvar.h | |
parent | 357d854e83a35ee1bdb134546c9f0e8b086a8833 (diff) |
Sync with NetBSD 9600430. The port has gone over a major -Wall treat
Diffstat (limited to 'sys/arch/amiga/dev/siopvar.h')
-rw-r--r-- | sys/arch/amiga/dev/siopvar.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/amiga/dev/siopvar.h b/sys/arch/amiga/dev/siopvar.h index b4c55e4e84a..40ccd69a11d 100644 --- a/sys/arch/amiga/dev/siopvar.h +++ b/sys/arch/amiga/dev/siopvar.h @@ -1,4 +1,5 @@ -/* $NetBSD: siopvar.h,v 1.12 1995/09/16 16:11:31 chopps Exp $ */ +/* $OpenBSD: siopvar.h,v 1.3 1996/05/02 06:44:36 niklas Exp $ */ +/* $NetBSD: siopvar.h,v 1.14 1996/04/21 21:12:38 veego Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -197,5 +198,10 @@ struct siop_softc { void siop_minphys __P((struct buf *bp)); int siop_scsicmd __P((struct scsi_xfer *)); +void siopinitialize __P((struct siop_softc *)); +void siopintr __P((struct siop_softc *)); +#ifdef DEBUG +void siop_dump __P((struct siop_softc *)); +#endif #endif /* _SIOPVAR_H */ |