xref: /OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/airo.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #ifndef _AIRO_H_
3*4882a593Smuzhiyun #define _AIRO_H_
4*4882a593Smuzhiyun 
5*4882a593Smuzhiyun struct net_device *init_airo_card(unsigned short irq, int port, int is_pcmcia,
6*4882a593Smuzhiyun 				  struct device *dmdev);
7*4882a593Smuzhiyun int reset_airo_card(struct net_device *dev);
8*4882a593Smuzhiyun void stop_airo_card(struct net_device *dev, int freeres);
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun #endif  /*  _AIRO_H_  */
11