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

Hal8188EPwrSeq.h (387B)


      1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
      2/* Copyright(c) 2007 - 2011 Realtek Corporation. */
      3
      4#ifndef __HAL8188EPWRSEQ_H__
      5#define __HAL8188EPWRSEQ_H__
      6
      7#include "HalPwrSeqCmd.h"
      8
      9extern struct wl_pwr_cfg rtl8188E_power_on_flow[];
     10extern struct wl_pwr_cfg rtl8188E_card_disable_flow[];
     11extern struct wl_pwr_cfg rtl8188E_enter_lps_flow[];
     12
     13#endif /* __HAL8188EPWRSEQ_H__ */