cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sw.h (283B)


      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#endif