summaryrefslogtreecommitdiff
path: root/backport-include/linux/types.h
blob: 160570b4d1bf2ea468547cb49018726c17ff2234 (plain)
1
2
3
4
5
6
7
8
9
10
#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 */