/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* IP tables module for matching the value of the TTL * (C) 2000 by Harald Welte <[email protected]> */ #ifndef _IPT_TTL_H #define _IPT_TTL_H #include <linux/types.h> enum { … }; struct ipt_ttl_info { … }; #endif