diff options
author | 1996-10-16 12:45:27 +0000 | |
---|---|---|
committer | 1996-10-16 12:45:27 +0000 | |
commit | 8fcdcdcea2353da510846506029d537487a0ab48 (patch) | |
tree | 52cfdd10193e1b17e6482bc80243f43dbfb65a74 | |
parent | latest pdq from matt thomas (diff) | |
download | wireguard-openbsd-8fcdcdcea2353da510846506029d537487a0ab48.tar.xz wireguard-openbsd-8fcdcdcea2353da510846506029d537487a0ab48.zip |
proto rtcintr
-rw-r--r-- | sys/arch/i386/isa/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/clock.c b/sys/arch/i386/isa/clock.c index 1bf94f2955f..ca6943dded4 100644 --- a/sys/arch/i386/isa/clock.c +++ b/sys/arch/i386/isa/clock.c @@ -117,7 +117,7 @@ void rtcput __P((mc_todregs *)); static int yeartoday __P((int)); int hexdectodec __P((int)); int dectohexdec __P((int)); - +int rtcintr __P((void *)); __inline u_int mc146818_read __P((void *, u_int)); __inline void mc146818_write __P((void *, u_int, u_int)); |