xref: /openbmc/linux/drivers/net/wireless/realtek/rtw89/efuse.h (revision e6b9d8eddb1772d99a676a906d42865293934edd)
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