summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ip_set_kernel.h
blob: d6e033b5847093438c5c39209c24e9b8d00bc920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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__

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

#include <linux/kernel.h>

#endif	/* __KERNEL__ */

#endif /*_IP_SET_H */