diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-24 19:58:34 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-24 19:58:34 +0000 |
commit | 0ef244d8476654749f2eaf9441dc06b2fd4d4f7b (patch) | |
tree | 270851bce850e6dddd96484e78fa648cb8bec296 /sys/arch/alpha/include/autoconf.h | |
parent | a77b8c21d70779c5365903c1f86d3c3126549212 (diff) |
Sync with NetBSD 961207
Diffstat (limited to 'sys/arch/alpha/include/autoconf.h')
-rw-r--r-- | sys/arch/alpha/include/autoconf.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/alpha/include/autoconf.h b/sys/arch/alpha/include/autoconf.h index 517d0f2fc5f..47566f2798f 100644 --- a/sys/arch/alpha/include/autoconf.h +++ b/sys/arch/alpha/include/autoconf.h @@ -1,5 +1,5 @@ -/* $OpenBSD: autoconf.h,v 1.6 1996/10/30 22:38:54 niklas Exp $ */ -/* $NetBSD: autoconf.h,v 1.5 1996/07/14 04:12:59 cgd Exp $ */ +/* $OpenBSD: autoconf.h,v 1.7 1997/01/24 19:57:08 niklas Exp $ */ +/* $NetBSD: autoconf.h,v 1.6 1996/11/13 21:13:17 cgd Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -81,9 +81,6 @@ struct bootdev_data { char *ctrl_dev_type; }; -void set_clockintr __P((void)); -void set_iointr __P((void (*)(void *, unsigned long))); -int badaddr __P((void *, size_t)); void configure __P((void)); void device_register __P((struct device *, void *)); void dumpconf __P((void)); |