NetBSD/sys/arch/sun68k/stand/libsa/dev_disk.h
fredette c1c742b4c9 Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
2001-06-14 12:57:10 +00:00

9 lines
289 B
C

/* $NetBSD: dev_disk.h,v 1.1 2001/06/14 12:57:14 fredette 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 __P((struct open_file *, u_long, void *));