efuse.h 355 B

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