linux/drivers/staging/rtl8188eu/include/rtw_iol.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2/******************************************************************************
   3 *
   4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
   5 *
   6 ******************************************************************************/
   7#ifndef __RTW_IOL_H_
   8#define __RTW_IOL_H_
   9
  10#include <drv_types.h>
  11
  12bool rtw_iol_applied(struct adapter *adapter);
  13
  14#endif /* __RTW_IOL_H_ */
  15