summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r--sys/arch/vax/include/ka750.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/include/ka750.h b/sys/arch/vax/include/ka750.h
index c8cce51eb25..52e8d63cadc 100644
--- a/sys/arch/vax/include/ka750.h
+++ b/sys/arch/vax/include/ka750.h
@@ -1,4 +1,5 @@
/* $NetBSD: ka750.h,v 1.7 1996/07/20 17:58:17 ragge Exp $ */
+/* $OpenBSD: ka750.h,v 1.6 1997/05/28 23:14:03 niklas Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -44,7 +45,7 @@
/* 11/750 specific prototypes */
void ka750_conf __P((struct device *, struct device *, void *));
-void ka750_memenable __P((struct sbi_attach_args *, struct device *));
+void ka750_memenable __P((struct device *, struct device *, void *));
void ka750_memerr __P((void));
int ka750_mchk __P((caddr_t));
void ka750_steal_pages __P((void));