mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-25 13:38:54 +00:00
10 lines
220 B
C
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
|
|
|