summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1996-02-09 14:45:32 +0000
committerbriggs <briggs@cvs.openbsd.org>1996-02-09 14:45:32 +0000
commit0623796c1eaece48da727e5c8819608142140d63 (patch)
treec2da5d8b08e812e0f1b297731a8a3fb736fd1ada
parent70547726269f3d2b562f68912a0ca13d9ddf03a6 (diff)
NetBSD PR 2048. Prototype st_erase.
-rw-r--r--sys/scsi/st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 1fb0c986def..9a7300657e2 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -272,6 +272,7 @@ int st_read_block_limits __P((struct st_softc *, int flags));
int st_touch_tape __P((struct st_softc *));
int st_write_filemarks __P((struct st_softc *, int number, int flags));
int st_load __P((struct st_softc *, u_int type, int flags));
+int st_erase __P((struct st_softc *, int full, int flags));
int st_mode_select __P((struct st_softc *, int flags));
void ststrategy __P((struct buf *));
int st_check_eod __P((struct st_softc *, boolean, int *, int));