cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

net.h.rst.exceptions (352B)


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