Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / compiler-gcc.h
1 #ifndef __LINUX_COMPILER_H
2 #error "Please don't include <linux/compiler-gcc.h> directly, include <linux/compiler.h> instead."
3 #endif
4
5 #include_next <linux/compiler-gcc.h>
6
7 #ifndef __packed
8 #define __packed __attribute__((packed))
9 #endif
10
11 #ifndef __always_unused
12 #define __always_unused __attribute__((unused))
13 #endif