GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / netfilter / xt_IDLETIMER.h
blob208ae938733143ce0ba2117378423d443a3d8312
1 /*
2 * linux/include/linux/netfilter/xt_IDLETIMER.h
4 * Header file for Xtables timer target module.
6 * Copyright (C) 2004, 2010 Nokia Corporation
7 * Written by Timo Teras <ext-timo.teras@nokia.com>
9 * Converted to x_tables and forward-ported to 2.6.34
10 * by Luciano Coelho <luciano.coelho@nokia.com>
12 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License
16 * version 2 as published by the Free Software Foundation.
18 * This program is distributed in the hope that it will be useful, but
19 * WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 * General Public License for more details.
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
26 * 02110-1301 USA
29 #ifndef _XT_IDLETIMER_H
30 #define _XT_IDLETIMER_H
32 #include <linux/types.h>
34 #define MAX_IDLETIMER_LABEL_SIZE 28
36 struct idletimer_tg_info {
37 __u32 timeout;
39 char label[MAX_IDLETIMER_LABEL_SIZE];
41 /* for kernel module internal use only */
42 struct idletimer_tg *timer __attribute__((aligned(8)));
45 #endif