accel/qaic: Add AIC200 support
[drm/drm-misc.git] / include / linux / netfilter_defs.h
bloba5f7bef1b3a47e7082234be8f3816d356cfae3fa
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_NETFILTER_CORE_H_
3 #define __LINUX_NETFILTER_CORE_H_
5 #include <uapi/linux/netfilter.h>
7 /* in/out/forward only */
8 #define NF_ARP_NUMHOOKS 3
10 #define NF_MAX_HOOKS NF_INET_NUMHOOKS
12 #endif