diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/openbsd/libsa/dev_disk.h')
-rw-r--r-- | sys/arch/mvme88k/stand/openbsd/libsa/dev_disk.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/stand/openbsd/libsa/dev_disk.h b/sys/arch/mvme88k/stand/openbsd/libsa/dev_disk.h new file mode 100644 index 00000000000..9f05f74bd82 --- /dev/null +++ b/sys/arch/mvme88k/stand/openbsd/libsa/dev_disk.h @@ -0,0 +1,6 @@ + +int disk_open __P((struct open_file *, ...)); +int disk_close __P((struct open_file *)); +int disk_strategy __P((void *, int, daddr_t, u_int, char *, u_int *)); +int disk_ioctl(); + |