NetBSD/sys/arch/sun3/stand/libsa/dev_disk.h

7 lines
179 B
C
Raw Normal View History

1995-06-02 00:37:44 +04:00
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();