mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 13:08:55 +00:00
14 lines
334 B
C
14 lines
334 B
C
|
|
#ifndef _HGICF_CFG_H_
|
|
#define _HGICF_CFG_H_
|
|
#ifndef __RTOS__
|
|
struct hgic_fwctrl;
|
|
int hgic_iwpriv_set_proc(struct hgic_fwctrl *ctrl, u8 ifidx, struct iwreq *wrqin);
|
|
int hgic_iwpriv_get_proc(struct hgic_fwctrl *ctrl, u8 ifidx, struct iwreq *wrqin);
|
|
int hgic_iwpriv_dump(struct hgic_fwctrl *ctrl, struct iwreq *wrqin);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|