Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: f7160c7573615ec82c691e294cf80d920b5d588d authored by Linus Torvalds on 10 November 2008, 00:36:15 UTC
Linux 2.6.28-rc4
Tip revision: f7160c7
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