datapath-protocol: Include netlink.h.
[sliver-openvswitch.git] / include / linux / types.h
1 #ifndef __LINUX_TYPES_USER_WRAPPER_H
2 #define __LINUX_TYPES_USER_WRAPPER_H 1
3
4 #include_next <linux/types.h>
5
6 /* These were only introduced in v2.6.36. */
7 #ifndef __aligned_u64
8 #define __aligned_u64 __u64 __attribute__((aligned(8)))
9 #define __aligned_be64 __be64 __attribute__((aligned(8)))
10 #define __aligned_le64 __le64 __attribute__((aligned(8)))
11 #endif
12
13 #endif