162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 262306a36Sopenharmony_ci/* Copyright(c) 2019-2020 Realtek Corporation 362306a36Sopenharmony_ci */ 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifndef __RTW89_EFUSE_H__ 662306a36Sopenharmony_ci#define __RTW89_EFUSE_H__ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#include "core.h" 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciint rtw89_parse_efuse_map(struct rtw89_dev *rtwdev); 1162306a36Sopenharmony_ciint rtw89_parse_phycap_map(struct rtw89_dev *rtwdev); 1262306a36Sopenharmony_ciint rtw89_read_efuse_ver(struct rtw89_dev *rtwdev, u8 *efv); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif 15