summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/libsa/dev_disk.h
blob: 442d400a78b35a86870cd59a710e28ad1a9a3552 (plain)
1
2
3
4
5
6
7
/*	$OpenBSD: dev_disk.h,v 1.2 1996/04/28 10:49:01 deraadt Exp $ */

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();