From af4342c037529e6e22932850f8fa57a69b81f7f8 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Fri, 10 Jan 1997 17:11:09 +0000 Subject: Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, and rtc_serialcom. These functions are only used by PC98. --- sys/amd64/include/clock.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/amd64') diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index 0f3427febcc8..755167b0cd19 100644 --- a/sys/amd64/include/clock.h +++ b/sys/amd64/include/clock.h @@ -3,7 +3,7 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $Id: clock.h,v 1.20 1996/10/25 13:01:08 bde Exp $ + * $Id: clock.h,v 1.21 1996/10/30 22:38:34 asami Exp $ */ #ifndef _MACHINE_CLOCK_H_ @@ -57,9 +57,6 @@ int rtcin __P((int val)); #else int acquire_timer1 __P((int mode)); int release_timer1 __P((void)); -void rtc_serialcombit __P((int i)); -void rtc_serialcom __P((int i)); -void rtc_outb __P((int val)); #endif int sysbeep __P((int pitch, int period)); -- cgit v1.2.3