/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* * Header file for Xtables timer target module. * * Copyright (C) 2004, 2010 Nokia Corporation * Written by Timo Teras <[email protected]> * * Converted to x_tables and forward-ported to 2.6.34 * by Luciano Coelho <[email protected]> * * Contact: Luciano Coelho <[email protected]> */ #ifndef _XT_IDLETIMER_H #define _XT_IDLETIMER_H #include <linux/types.h> #define MAX_IDLETIMER_LABEL_SIZE … #define XT_IDLETIMER_ALARM … struct idletimer_tg_info { … }; struct idletimer_tg_info_v1 { … }; #endif