#ifndef __LINUX_BRIDGE_EBT_STP_H
#define __LINUX_BRIDGE_EBT_STP_H
#include <linux/types.h>
#define EBT_STP_TYPE …
#define EBT_STP_FLAGS …
#define EBT_STP_ROOTPRIO …
#define EBT_STP_ROOTADDR …
#define EBT_STP_ROOTCOST …
#define EBT_STP_SENDERPRIO …
#define EBT_STP_SENDERADDR …
#define EBT_STP_PORT …
#define EBT_STP_MSGAGE …
#define EBT_STP_MAXAGE …
#define EBT_STP_HELLOTIME …
#define EBT_STP_FWDD …
#define EBT_STP_MASK …
#define EBT_STP_CONFIG_MASK …
#define EBT_STP_MATCH …
struct ebt_stp_config_info { … };
struct ebt_stp_info { … };
#endif