Sign in
nest-open-source
/
nest-learning-thermostat
/
5.10
/
cypress-fmac-driver
/
7396d58275bd3fa2c67ff10c5277c5dfe4965039
/
.
/
backport-include
/
linux
/
types.h
blob: 160570b4d1bf2ea468547cb49018726c17ff2234 [
file
] [
log
] [
blame
]
#ifndef
__BACKPORT_TYPES
#define
__BACKPORT_TYPES
#include
<linux/version.h>
#include_next <linux/types.h>
#if LINUX_VERSION_IS_LESS(3,17,0)
typedef
__s64
time64_t
;
#endif
#endif
/* __BACKPORT_TYPES */