These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / linux / netfilter_defs.h
1 #ifndef __LINUX_NETFILTER_CORE_H_
2 #define __LINUX_NETFILTER_CORE_H_
3
4 #include <uapi/linux/netfilter.h>
5
6 /* Largest hook number + 1, see uapi/linux/netfilter_decnet.h */
7 #define NF_MAX_HOOKS 8
8
9 #endif