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

airo.h (311B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef _AIRO_H_
      3#define _AIRO_H_
      4
      5struct net_device *init_airo_card(unsigned short irq, int port, int is_pcmcia,
      6				  struct device *dmdev);
      7int reset_airo_card(struct net_device *dev);
      8void stop_airo_card(struct net_device *dev, int freeres);
      9
     10#endif  /*  _AIRO_H_  */