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 10 int rtw89_parse_efuse_map(struct rtw89_dev *rtwdev); 11 int rtw89_parse_phycap_map(struct rtw89_dev *rtwdev); 12 13 #endif 14