summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/rtw_iol.h
blob: d713782d5cdc64a76984ee83d4134c0238d3e0f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
/******************************************************************************
 *
 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
 *
 ******************************************************************************/
#ifndef __RTW_IOL_H_
#define __RTW_IOL_H_

#include <drv_types.h>

bool rtw_iol_applied(struct adapter *adapter);

#endif /* __RTW_IOL_H_ */