License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / include / linux / netfilter_defs.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a263653e
PNA
2#ifndef __LINUX_NETFILTER_CORE_H_
3#define __LINUX_NETFILTER_CORE_H_
4
5#include <uapi/linux/netfilter.h>
6
7/* Largest hook number + 1, see uapi/linux/netfilter_decnet.h */
8#define NF_MAX_HOOKS 8
9
10#endif