Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 85e2efbb1db9a18d218006706d6e4fbeb0216213 authored by Linus Torvalds on 16 February 2011, 03:23:45 UTC
Linux 2.6.38-rc5
Tip revision: 85e2efb
airo.h
#ifndef _AIRO_H_
#define _AIRO_H_

struct net_device *init_airo_card(unsigned short irq, int port, int is_pcmcia,
				  struct device *dmdev);
int reset_airo_card(struct net_device *dev);
void stop_airo_card(struct net_device *dev, int freeres);

#endif  /*  _AIRO_H_  */
back to top