diff options
Diffstat (limited to 'sys/arch/hppa/include/autoconf.h')
-rw-r--r-- | sys/arch/hppa/include/autoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/autoconf.h b/sys/arch/hppa/include/autoconf.h index 17d4c304f02..dd6f804fd6e 100644 --- a/sys/arch/hppa/include/autoconf.h +++ b/sys/arch/hppa/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.14 2002/03/14 03:15:53 millert Exp $ */ +/* $OpenBSD: autoconf.h,v 1.15 2002/03/16 01:13:42 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -71,6 +71,7 @@ int mbprint(void *, const char *); int mbsubmatch(struct device *, void *, void *); void *cpu_intr_establish(int pri, int, int (*handler)(void *), void *arg, struct device *name); +void cpu_intr(struct trapframe *frame); int clock_intr(void *); void dumpconf(void); |