diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-08-14 03:22:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-08-14 03:22:08 +0000 |
commit | 35e5e84d414cca762659f4d3f49e98103b056ebb (patch) | |
tree | 344697b791d7ee25607092454d73a2064e712b5e /sys | |
parent | 009ca32ce8d1392128a0218b44ceb537a2a691f3 (diff) |
clock_intr() proto
Diffstat (limited to 'sys')
-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)); |