diff options
Diffstat (limited to 'sys/arch/vax/include/ka650.h')
-rw-r--r-- | sys/arch/vax/include/ka650.h | 13 |
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)); - |