drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / net / wireless / silabs / wfx / hif_rx.h
blob96543b81fa77d650c7c071619074ce23efa226a4
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Handling of the chip-to-host events (aka indications) of the hardware API.
5 * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
6 * Copyright (c) 2010, ST-Ericsson
7 * Copyright (C) 2010, ST-Ericsson SA
8 */
9 #ifndef WFX_HIF_RX_H
10 #define WFX_HIF_RX_H
12 struct wfx_dev;
13 struct sk_buff;
15 void wfx_handle_rx(struct wfx_dev *wdev, struct sk_buff *skb);
17 #endif