14 lines
502 B
C
14 lines
502 B
C
|
|
||
|
#ifndef _HGICF_CFG_H_
|
||
|
#define _HGICF_CFG_H_
|
||
|
#ifndef __RTOS__
|
||
|
int hgicf_ioctl_set_proc(struct net_device *dev, struct iwreq *wrqin);
|
||
|
int hgicf_ioctl_get_proc(struct net_device *dev, struct iwreq *wrqin);
|
||
|
int hgicf_ioctl_stat(struct net_device *dev, struct iwreq *wrqin);
|
||
|
int hgicf_ioctl_e2p(struct net_device *dev, struct iwreq *wrqin);
|
||
|
int hgicf_ioctl_scan(struct net_device *dev, struct iwreq *wrqin);
|
||
|
int hgicf_ioctl_savecfg(struct net_device *dev, struct iwreq *wrqin);
|
||
|
#endif
|
||
|
#endif
|
||
|
|