aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/imqebt/include/linux/netfilter_bridge/ebt_imq.h
blob: 30095f09df2c962d4fa0de71533e53cc867393ab (plain)
1
2
3
4
5
6
7
8
#ifndef __LINUX_BRIDGE_EBT_IMQ_H
#define __LINUX_BRIDGE_EBT_IMQ_H

struct ebt_imq_info
{
  unsigned int todev;
};
#endif