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)
commit361a3bf00582469877f8d18ff20f1efa6b781274
tree8ee505002fe5b839728b16a054590d2b44b8be1b
parentb17b20d70dcbe48dd1aa6aba073a60ddfce5d7db
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]