drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / drivers / net / wireless / silabs / wfx / fwio.h
blobeeea61210eca084ba28292426d6faddd68c0c7ea
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Firmware loading.
5 * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
6 * Copyright (c) 2010, ST-Ericsson
7 */
8 #ifndef WFX_FWIO_H
9 #define WFX_FWIO_H
11 struct wfx_dev;
13 int wfx_init_device(struct wfx_dev *wdev);
15 #endif