mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
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:
parent
b497ca81d6
commit
00a3bdc19a
1 changed files with 3 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue