0
0
Fork 0
hgicf/hgic_fmac/event.h

10 lines
227 B
C
Raw Normal View History

2023-05-16 09:13:19 +00:00
#ifndef _HGICF_EVENT_H_
#define _HGICF_EVENT_H_
2023-10-12 23:37:43 +00:00
void hgicf_rx_fw_event(struct hgic_fwctrl *ctrl, struct sk_buff *skb);
2023-05-16 09:13:19 +00:00
void hgicf_event(struct hgicf_wdev *hg, char *name, int event, int param1, int param2);
#endif