xref: /openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/sw.h (revision eb96b740192b2a09720aaed8a8c132e6a29d5bdb)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012  Realtek Corporation.*/
3 
4 #ifndef __RTL92DE_SW_H__
5 #define __RTL92DE_SW_H__
6 
7 extern spinlock_t globalmutex_power;
8 extern spinlock_t globalmutex_for_fwdownload;
9 extern spinlock_t globalmutex_for_power_and_efuse;
10 
11 #endif
12