]> Git Repo - linux.git/blob - drivers/staging/wfx/data_rx.h
efi/x86: add headroom to decompressor BSS to account for setup block
[linux.git] / drivers / staging / wfx / data_rx.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Datapath implementation.
4  *
5  * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
6  * Copyright (c) 2010, ST-Ericsson
7  */
8 #ifndef WFX_DATA_RX_H
9 #define WFX_DATA_RX_H
10
11 #include "hif_api_cmd.h"
12
13 struct wfx_vif;
14 struct sk_buff;
15
16 void wfx_rx_cb(struct wfx_vif *wvif,
17                const struct hif_ind_rx *arg, struct sk_buff *skb);
18
19 #endif /* WFX_DATA_RX_H */
This page took 0.032905 seconds and 4 git commands to generate.