diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-28 15:16:58 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-28 15:16:58 +0000 |
commit | 141f24e05e3e6461b39907d3bfebb165d7a7ef4e (patch) | |
tree | b5950a9858313eb7b6be24deea25722abe7fd0f5 /sys/arch/mvme68k/stand/bootst/dev_tape.h | |
parent | 699bb8377b3bf0c754f90fef4169a9aad4281acf (diff) |
new version of bootst (from sun3 tapeboot)
Diffstat (limited to 'sys/arch/mvme68k/stand/bootst/dev_tape.h')
-rw-r--r-- | sys/arch/mvme68k/stand/bootst/dev_tape.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/mvme68k/stand/bootst/dev_tape.h b/sys/arch/mvme68k/stand/bootst/dev_tape.h new file mode 100644 index 00000000000..ab794284b82 --- /dev/null +++ b/sys/arch/mvme68k/stand/bootst/dev_tape.h @@ -0,0 +1,6 @@ + +int tape_open __P((struct open_file *, ...)); +int tape_close __P((struct open_file *)); +int tape_strategy __P((void *, int, daddr_t, size_t, void *, size_t *)); +int tape_ioctl(); + |