summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/autoconf.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-08-16 02:48:41 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-08-16 02:48:41 +0000
commit3725fbb09bcf70557774be9e6726ea2cbdc9cf7d (patch)
tree2d077254ad69786581e2183286bca389392d8bf1 /sys/arch/hppa/include/autoconf.h
parentb446ebd37f35118779c1684f7f8824dd86fcb2c4 (diff)
evcnt count the interrupts, also optimize diagnostic printing
Diffstat (limited to 'sys/arch/hppa/include/autoconf.h')
-rw-r--r--sys/arch/hppa/include/autoconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/autoconf.h b/sys/arch/hppa/include/autoconf.h
index 8eff170ca82..522541e82b7 100644
--- a/sys/arch/hppa/include/autoconf.h
+++ b/sys/arch/hppa/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.8 1999/08/14 03:22:07 mickey Exp $ */
+/* $OpenBSD: autoconf.h,v 1.9 1999/08/16 02:48:40 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -63,7 +63,7 @@ void pdc_scanbus __P((struct device *, struct confargs *, int bus, int));
int mbprint __P((void *, const char *));
int mbsubmatch __P((struct device *, void *, void *));
void *cpu_intr_establish __P((int pri, int, int (*handler) __P((void *)),
- void *arg, const char *name));
+ void *arg, struct device *name));
int clock_intr __P((void *));
void configure __P((void));