10 lines
223 B
C
10 lines
223 B
C
|
|
||
|
#ifndef _HGICF_EVENT_H_
|
||
|
#define _HGICF_EVENT_H_
|
||
|
|
||
|
int hgicf_rx_fw_event(struct hgicf_wdev *hg, struct sk_buff *skb);
|
||
|
void hgicf_event(struct hgicf_wdev *hg, char *name, int event, int param1, int param2);
|
||
|
|
||
|
#endif
|
||
|
|