]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/linux/netfilter_ipv4/ipt_IDLETIMER.h
Merge branch 'omap-fixes'
[linux-2.6-omap-h63xx.git] / include / linux / netfilter_ipv4 / ipt_IDLETIMER.h
1 /*
2  * linux/include/linux/netfilter_ipv4/ipt_IDLETIMER.h
3  *
4  * Header file for IP tables timer target module.
5  *
6  * Copyright (C) 2004 Nokia Corporation
7  * Written by Timo Teräs <ext-timo.teras@nokia.com>
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  */
14
15 #ifndef _IPT_TIMER_H
16 #define _IPT_TIMER_H
17
18 struct ipt_idletimer_info {
19         unsigned int timeout;
20 };
21
22 #endif