Hi,
I am trying to use some functions (hrtimer_start, hrtimer_cancel etc)
defined in hrtimer.h , hrtimer.c in my kernel module. However,
when I looked into hrtimer.h , hrtimer.c , they dont have
EXPORT_SYMBOL for these functions. Now, is there anyway in which I can
use these functions in my module and load my module with insmod
(instead of building the module into the kernel and making the
entire kernel). Please let me know.
Thanks,
Jack