Files
luban-lite/bsp/peripheral/wireless/hugeic/hgic_smac/event.h
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

10 lines
220 B
C

#ifndef _HGICS_EVENT_H_
#define _HGICS_EVENT_H_
void hgics_rx_fw_event(struct hgic_fwctrl *ctrl, struct sk_buff *skb);
void hgics_event(struct hgics_wdev *hg, char *ifname, int event, int param1, int param2);
#endif