From 3725fbb09bcf70557774be9e6726ea2cbdc9cf7d Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 16 Aug 1999 02:48:41 +0000 Subject: evcnt count the interrupts, also optimize diagnostic printing --- sys/arch/hppa/include/autoconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa/include/autoconf.h') 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)); -- cgit v1.2.3