1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Datapath implementation.
5 * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
6 * Copyright (c) 2010, ST-Ericsson
11 #include "hif_api_cmd.h"
16 void wfx_rx_cb(struct wfx_vif *wvif,
17 const struct hif_ind_rx *arg, struct sk_buff *skb);
19 #endif /* WFX_DATA_RX_H */