Revision 2734437ef3c2943090d0914bf91caa6b30451615 authored by WANG Cong on 14 August 2016, 05:34:59 UTC, committed by David S. Miller on 17 August 2016, 23:27:51 UTC
struct tcf_exts belongs to filters, should not be visible
to plain tc actions.

Cc: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0c23c3e
Raw File
zorro.h

#ifdef CONFIG_ZORRO_NAMES
extern void zorro_name_device(struct zorro_dev *z);
#else
static inline void zorro_name_device(struct zorro_dev *dev) { }
#endif

extern int zorro_create_sysfs_dev_files(struct zorro_dev *z);

back to top