summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/libsa/dev_disk.h
blob: 9f05f74bd822a145975e1d76efdf83cd6982a2b3 (plain)
1
2
3
4
5
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();