aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/fwio.h
blob: 6028f92503feb292ee894e0f300a1f06d1a264f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Firmware loading.
 *
 * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
 * Copyright (c) 2010, ST-Ericsson
 */
#ifndef WFX_FWIO_H
#define WFX_FWIO_H

struct wfx_dev;

int wfx_init_device(struct wfx_dev *wdev);

#endif /* WFX_FWIO_H */