[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] Where is hrtime_t defined?
Ivan Martinez wrote:
>
> In which ".h" is "hrtime_t" defined?. I looked in "rtl_time.h" but I
> didn't find the definition. Thank you.
> --
> Ivan Martinez (Rodriguez)
> Bch in Computer Science - MSc student
> http://www.student.dtu.dk/~u990873
> "Got fabes?"
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> ---
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/~rtlinux/
Hmm didnt jump right out at me...
rtl/include/arch/rtl_time.h:typedef long long hrtime_t; /*
high-resolution time type (signed 64-bit) */
Phil Wilshire