1# Ignore header name 2ignore define _DVBNET_H_ 3 4# Ignore old ioctls/structs 5ignore ioctl __NET_ADD_IF_OLD 6ignore ioctl __NET_GET_IF_OLD 7ignore struct __dvb_net_if_old 8 9# Macros used at struct dvb_net_if 10replace define DVB_NET_FEEDTYPE_MPE :c:type:`dvb_net_if` 11replace define DVB_NET_FEEDTYPE_ULE :c:type:`dvb_net_if` 12