Add missing declarations.

This commit is contained in:
Thomas Moestl 2002-03-25 04:53:18 +00:00
parent 2ef66f9259
commit 6267df8595
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93120

View File

@ -29,4 +29,8 @@
#ifndef _MACHINE_CLOCK_H_
#define _MACHINE_CLOCK_H_
extern u_long tick_increment;
extern u_long tick_freq;
extern u_long tick_MHz;
#endif /* !_MACHINE_CLOCK_H_ */