summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/libsa/dev_disk.h
blob: f1897aaf848cadec75b95d0099d3a0a5819c7051 (plain)
1
2
3
4
5
6
7
8
/*	$OpenBSD: dev_disk.h,v 1.2 2001/07/04 08:33:48 niklas Exp $	*/


int	disk_open __P((struct open_file *, ...));
int	disk_close __P((struct open_file *));
int	disk_strategy __P((void *, int, daddr_t, size_t, void *, size_t *));
int	disk_ioctl();