thinkpad-acpi: fix LED blinking through timer trigger
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / netfilter / xt_connmark.h
blob571e266d004cb3b0ffb9a93a93bf4af268e6d3a6
1 #ifndef _XT_CONNMARK_H
2 #define _XT_CONNMARK_H
4 #include <linux/types.h>
6 /* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
7 * by Henrik Nordstrom <hno@marasystems.com>
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.
15 struct xt_connmark_info {
16 unsigned long mark, mask;
17 __u8 invert;
20 struct xt_connmark_mtinfo1 {
21 __u32 mark, mask;
22 __u8 invert;
25 #endif /*_XT_CONNMARK_H*/