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 12 bool rtw_iol_applied(struct adapter *adapter); 13 14 #endif /* __RTW_IOL_H_ */ 15