aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/kmod/ebt_imq.h
blob: 41627cfcb8bc3fd75954dce30ab387b99eac0c32 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __LINUX_BRIDGE_EBT_IMQ_H
#define __LINUX_BRIDGE_EBT_IMQ_H

#define IMQ_F_ENQUEUE 0x80

struct ebt_imq_info
{
  unsigned int todev;
};
#endif