brintos

brintos / linux-shallow public Read only

0
0
Text · 283 B · 19db4ce Raw
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