12 lines · c
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 7extern spinlock_t globalmutex_power;8extern spinlock_t globalmutex_for_fwdownload;9extern spinlock_t globalmutex_for_power_and_efuse;10 11#endif12