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);
12int rtw89_read_efuse_ver(struct rtw89_dev *rtwdev, u8 *efv);
13
14#endif
15