xref: /netbsd-src/sys/arch/sun68k/stand/libsa/dev_disk.h (revision d710132b4b8ce7f7cccaaf660cb16aa16b4077a0)
1 /*	$NetBSD: dev_disk.h,v 1.1 2001/06/14 12:57:14 fredette Exp $	*/
2 
3 
4 int	disk_open __P((struct open_file *, ...));
5 int	disk_close __P((struct open_file *));
6 int	disk_strategy __P((void *, int, daddr_t, size_t, void *, size_t *));
7 int	disk_ioctl __P((struct open_file *, u_long, void *));
8 
9