diff options
Diffstat (limited to 'sys/arch/alpha/stand/boot/disk.h')
-rw-r--r-- | sys/arch/alpha/stand/boot/disk.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/stand/boot/disk.h b/sys/arch/alpha/stand/boot/disk.h index 264c773ceea..68ff7bda459 100644 --- a/sys/arch/alpha/stand/boot/disk.h +++ b/sys/arch/alpha/stand/boot/disk.h @@ -1,8 +1,8 @@ -/* $OpenBSD: disk.h,v 1.3 1996/10/30 22:40:42 niklas Exp $ */ +/* $OpenBSD: disk.h,v 1.4 2002/03/14 01:26:27 millert Exp $ */ /* $NetBSD: disk.h,v 1.1 1995/11/23 02:39:42 cgd Exp $ */ -int diskstrategy __P((void *, int, daddr_t, size_t, void *, size_t *)); -/* int diskopen __P((struct open_file *, int, int, int)); */ -int diskclose __P((struct open_file *)); +int diskstrategy(void *, int, daddr_t, size_t, void *, size_t *); +/* int diskopen(struct open_file *, int, int, int); */ +int diskclose(struct open_file *); #define diskioctl noioctl |