]> git.baikalelectronics.ru Git - kernel.git/commit
time64: Add time64.h header and define struct timespec64
authorJohn Stultz <john.stultz@linaro.org>
Wed, 16 Jul 2014 21:03:58 +0000 (21:03 +0000)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 23 Jul 2014 17:17:53 +0000 (10:17 -0700)
commitcbc0601ede23fe58aedcbc462d1d9b4461b582ad
tree8ee505002fe5b839728b16a054590d2b44b8be1b
parent7a904cdcb97b53e5dc947f96078c6a75f1943734
time64: Add time64.h header and define struct timespec64

Define the timespec64 structure and standard helper functions.

[ tglx: Make it 32bit only. 64bit really can map timespec to timespec64 ]

Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/time.h
include/linux/time64.h [new file with mode: 0644]