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 */