summaryrefslogtreecommitdiff
path: root/sys/arch/sun68k/stand/libsa/dev_disk.h
blob: c3d71d48f49cca9e0d49807a7436f7b6b9f449c9 (plain)
1
2
3
4
5
6
7
8
/*	$NetBSD: dev_disk.h,v 1.3 2005/12/11 12:19:29 christos Exp $	*/


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