GNU Linux-libre 4.14.328-gnu1
[releases.git] / include / linux / netfilter_defs.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_NETFILTER_CORE_H_
3 #define __LINUX_NETFILTER_CORE_H_
4
5 #include <uapi/linux/netfilter.h>
6
7 #define NF_MAX_HOOKS    NF_INET_NUMHOOKS
8
9 #endif