diff options
Diffstat (limited to 'sys/arch/vax/include/ka750.h')
-rw-r--r-- | sys/arch/vax/include/ka750.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/ka750.h b/sys/arch/vax/include/ka750.h index cb6ff375a18..9c6e108879b 100644 --- a/sys/arch/vax/include/ka750.h +++ b/sys/arch/vax/include/ka750.h @@ -1,4 +1,4 @@ -/* $NetBSD: ka750.h,v 1.5 1996/04/08 18:35:50 ragge Exp $ */ +/* $NetBSD: ka750.h,v 1.6 1996/05/19 16:43:23 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. @@ -43,7 +43,7 @@ #define V750PGS 4 /* 11/750 specific prototypes */ -void ka750_conf __P((void *, void *, void *)); +void ka750_conf __P((struct device *, struct device *, void *)); int ka750_clock __P((void)); void ka750_memenable __P((struct sbi_attach_args *, struct device *)); void ka750_memerr __P((void)); |