summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-28 23:14:04 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-28 23:14:04 +0000
commit801a36fa6622a3c0c98b1f8122e49c4c93c2b934 (patch)
tree414e4de64fecea59f6a8036e326d8e744f0c4bd4
parent9a8a806927781193f633bb6f628710e99a201504 (diff)
Correct proto
-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));