Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Data receiving implementation.
0004  *
0005  * Copyright (c) 2017-2020, Silicon Laboratories, Inc.
0006  * Copyright (c) 2010, ST-Ericsson
0007  */
0008 #ifndef WFX_DATA_RX_H
0009 #define WFX_DATA_RX_H
0010 
0011 struct wfx_vif;
0012 struct sk_buff;
0013 struct wfx_hif_ind_rx;
0014 
0015 void wfx_rx_cb(struct wfx_vif *wvif, const struct wfx_hif_ind_rx *arg, struct sk_buff *skb);
0016 
0017 #endif