]> git.proxmox.com Git - ovs.git/blob - datapath/linux/compat/include/linux/compiler-gcc.h
bfcd5312a2fa9383390fd5998976897e3446daa0
[ovs.git] / datapath / linux / compat / include / linux / compiler-gcc.h
1 #ifndef __LINUX_COMPILER_H
2 #ifndef HAVE_LINUX_COMPILER_TYPES_H
3 #error "Please don't include <linux/compiler-gcc.h> directly, include <linux/compiler.h> instead."
4 #endif
5 #endif
6
7 #include_next <linux/compiler-gcc.h>
8
9 #ifndef __packed
10 #define __packed __attribute__((packed))
11 #endif
12
13 #ifndef __always_unused
14 #define __always_unused __attribute__((unused))
15 #endif