summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/ka650.h
diff options
context:
space:
mode:
authorBrandon Creighton <bjc@cvs.openbsd.org>2000-04-26 03:08:44 +0000
committerBrandon Creighton <bjc@cvs.openbsd.org>2000-04-26 03:08:44 +0000
commit45a8a1573c086203341f94a21561004a4cee6da7 (patch)
tree2123e70519f5f81d6c224cab62a3447af95422c2 /sys/arch/vax/include/ka650.h
parent510a16a02bcefe3e18aa4ea1df737f2cdff509e6 (diff)
vax resurrection, part 1: sync with early-april netbsd
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
Diffstat (limited to 'sys/arch/vax/include/ka650.h')
-rw-r--r--sys/arch/vax/include/ka650.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/vax/include/ka650.h b/sys/arch/vax/include/ka650.h
index 90b5544ff0e..84a59ccd90d 100644
--- a/sys/arch/vax/include/ka650.h
+++ b/sys/arch/vax/include/ka650.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka650.h,v 1.7 1997/09/12 09:21:21 maja Exp $ */
+/* $OpenBSD: ka650.h,v 1.8 2000/04/26 03:08:41 bjc Exp $ */
/* $NetBSD: ka650.h,v 1.6 1997/07/26 10:12:43 ragge Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -243,14 +243,3 @@ struct ka650_ipcr {
#define GETSYSSUBT(x) ((x >> 8) & 0xff)
#define GETFRMREV(x) ((x >> 16) & 0xff)
#define GETCODREV(x) (x & 0xff)
-
-/* prototypes */
-struct sbi_attach_args;
-
-void uvaxIII_conf __P((struct device *, struct device *, void *));
-int uvaxIII_clock __P((void));
-void uvaxIII_memenable __P((struct sbi_attach_args *, struct device *));
-void uvaxIII_memerr __P((void));
-int uvaxIII_mchk __P((caddr_t));
-void uvaxIII_steal_pages __P((void));
-