For a project I'm doing, I need to access the jiffies counter (it's a raw ethernet/ip/tcp utility that needs timestamp support). Unfortunately, I can't find out how to access the jiffies variable from user space.
I can't find a syscall, a header file that would define it, or anything usable on Google. Is there a way to directly access the value, perhaps by opening /dev/mem and extracting it?

