Add two extern's for adjkerntz and wall_cmos_clock, all other

archs have them there, alghough the variable are declared in
subr_clock.c.  These should probably be moved into some MI
place.

Approved by:	jake
This commit is contained in:
Maxime Henrion 2002-10-05 20:14:49 +00:00
parent b497ca81d6
commit 00a3bdc19a

View file

@ -33,6 +33,9 @@ extern u_long tick_increment;
extern u_long tick_freq;
extern u_long tick_MHz;
extern int adjkerntz;
extern int wall_cmos_clock;
int sysbeep(int, int);
#endif /* !_MACHINE_CLOCK_H_ */