14 lines
294 B
C
14 lines
294 B
C
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
|
/* Copyright(c) 2019-2020 Realtek Corporation
|
|
*/
|
|
|
|
#ifndef __RTW89_EFUSE_H__
|
|
#define __RTW89_EFUSE_H__
|
|
|
|
#include "core.h"
|
|
|
|
int rtw89_parse_efuse_map(struct rtw89_dev *rtwdev);
|
|
int rtw89_parse_phycap_map(struct rtw89_dev *rtwdev);
|
|
|
|
#endif
|