]> 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)
commit8f87e4911e280d1d8519a2e0a9eeab8033b99df0
tree8ee505002fe5b839728b16a054590d2b44b8be1b
parent2ef7999db5d4d2fbd2673d7bb5200f11faf2b379
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]