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

dm.h (339B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/* Copyright(c) 2009-2012  Realtek Corporation.*/
      3
      4#include "../rtl8192ce/dm.h"
      5
      6void rtl92cu_dm_dynamic_txpower(struct ieee80211_hw *hw);
      7void dm_savepowerindex(struct ieee80211_hw *hw);
      8void dm_writepowerindex(struct ieee80211_hw *hw, u8 value);
      9void dm_restorepowerindex(struct ieee80211_hw *hw);