summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ip_set_kernel.h
blob: 0f04217e18284c16c2f1ebd7910447fd03186d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _IP_SET_KERNEL_H
#define _IP_SET_KERNEL_H

/* Copyright (C) 2003-2010 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.  
 */

#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 */