diff options
Diffstat (limited to 'sys/arch')
-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 8649cb6bd41..8eff170ca82 100644 --- a/sys/arch/hppa/include/autoconf.h +++ b/sys/arch/hppa/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.7 1999/04/20 19:52:20 mickey Exp $ */ +/* $OpenBSD: autoconf.h,v 1.8 1999/08/14 03:22:07 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -64,6 +64,7 @@ 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)); +int clock_intr __P((void *)); void configure __P((void)); void dumpconf __P((void)); |