aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtw_fw.h
blob: 8f74157ee9ac1fe6c10672c0398f848a7d22fe56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* Copyright(c) 2007 - 2011 Realtek Corporation. */

#ifndef __RTW_FW_H__
#define __RTW_FW_H__

struct rt_firmware {
	u8 *data;
	u32 size;
};

#include "drv_types.h"

int rtl8188e_firmware_download(struct adapter *padapter);
void rtw_reset_8051(struct adapter *padapter);

#endif