diff options
Diffstat (limited to 'sys/arch/alpha/include/autoconf.h')
-rw-r--r-- | sys/arch/alpha/include/autoconf.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/autoconf.h b/sys/arch/alpha/include/autoconf.h index 167a214e34b..d4a10dd402f 100644 --- a/sys/arch/alpha/include/autoconf.h +++ b/sys/arch/alpha/include/autoconf.h @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.h,v 1.1 1995/02/13 23:07:31 cgd Exp $ */ +/* $NetBSD: autoconf.h,v 1.2 1995/11/23 02:35:50 cgd Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -69,6 +69,10 @@ struct confargs { struct abus *ca_bus; /* bus device resides on. */ }; -void set_clockintr __P((void (*)(struct clockframe *))); +void set_clockintr __P((void)); void set_iointr __P((void (*)(void *, int))); int badaddr __P((void *, u_int64_t)); + +#ifdef EVCNT_COUNTERS +extern struct evcnt clock_intr_evcnt; +#endif |