summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ip_set_kernel.h
blob: d770589d15c75eed85ff23ef53cdd9cdf0c30bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _IP_SET_KERNEL_H
#define _IP_SET_KERNEL_H

#ifdef __KERNEL__

#ifdef CONFIG_DEBUG_KERNEL
/* Complete debug messages */
#define pr_fmt(fmt) "%s %s[%i]: " fmt "\n", __FILE__, __func__, __LINE__
#endif

#include <linux/kernel.h>

#endif	/* __KERNEL__ */

#endif /*_IP_SET_H */