1 # SPDX-License-Identifier: GPL-2.0 2 3 # Ignore header name 4 ignore define _DVBNET_H_ 5 6 # Ignore old ioctls/structs 7 ignore ioctl __NET_ADD_IF_OLD 8 ignore ioctl __NET_GET_IF_OLD 9 ignore struct __dvb_net_if_old 10 11 # Macros used at struct dvb_net_if 12 replace define DVB_NET_FEEDTYPE_MPE :c:type:`dvb_net_if` 13 replace define DVB_NET_FEEDTYPE_ULE :c:type:`dvb_net_if`
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.