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

efuse.h (294B)


      1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
      2/* Copyright(c) 2019-2020  Realtek Corporation
      3 */
      4
      5#ifndef __RTW89_EFUSE_H__
      6#define __RTW89_EFUSE_H__
      7
      8#include "core.h"
      9
     10int rtw89_parse_efuse_map(struct rtw89_dev *rtwdev);
     11int rtw89_parse_phycap_map(struct rtw89_dev *rtwdev);
     12
     13#endif