Export the "ffclock" feature for kernels compiled with feed-forward clock

support.

Suggested by:	netchild
Reviewed by:	netchild
This commit is contained in:
Lawrence Stewart 2011-11-26 01:44:37 +00:00
parent bb61ba0892
commit 66761af34f

View File

@ -49,6 +49,8 @@ __FBSDID("$FreeBSD$");
#ifdef FFCLOCK
FEATURE(ffclock, "Feed-forward clock support");
extern struct ffclock_estimate ffclock_estimate;
extern struct bintime ffclock_boottime;
extern int8_t ffclock_updated;