Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
0002 /* Copyright(c) 2019-2020  Realtek Corporation
0003  */
0004 
0005 #ifndef __RTW89_EFUSE_H__
0006 #define __RTW89_EFUSE_H__
0007 
0008 #include "core.h"
0009 
0010 int rtw89_parse_efuse_map(struct rtw89_dev *rtwdev);
0011 int rtw89_parse_phycap_map(struct rtw89_dev *rtwdev);
0012 
0013 #endif