mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-23 20:48:55 +00:00
15 lines
341 B
C
15 lines
341 B
C
#ifndef ATBM_BRIDGE_H
|
|
|
|
#define ATBM_BRIDGE_H
|
|
struct atbm_buff *get_sta_deliver_skb(struct atbm_buff *skb);
|
|
|
|
struct atbm_buff *get_ap_deliver_skb(struct atbm_buff *skb);
|
|
|
|
atbm_void atbm_brpool_init(struct atbmwifi_common *hw_priv);
|
|
|
|
atbm_void atbm_brpool_deinit(struct atbmwifi_common *hw_priv);
|
|
|
|
int remove_item_from_brpool(int id);
|
|
|
|
#endif
|