16b069898SPing-Ke Shih /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
26b069898SPing-Ke Shih /* Copyright(c) 2019-2022  Realtek Corporation
36b069898SPing-Ke Shih  */
46b069898SPing-Ke Shih 
56b069898SPing-Ke Shih #ifndef __RTW89_8852B_RFK_H__
66b069898SPing-Ke Shih #define __RTW89_8852B_RFK_H__
76b069898SPing-Ke Shih 
86b069898SPing-Ke Shih #include "core.h"
96b069898SPing-Ke Shih 
10*10298b53SPing-Ke Shih void rtw8852b_rck(struct rtw89_dev *rtwdev);
1116be5e3bSPing-Ke Shih void rtw8852b_dack(struct rtw89_dev *rtwdev);
126b069898SPing-Ke Shih void rtw8852b_set_channel_rf(struct rtw89_dev *rtwdev,
136b069898SPing-Ke Shih 			     const struct rtw89_chan *chan,
146b069898SPing-Ke Shih 			     enum rtw89_phy_idx phy_idx);
156b069898SPing-Ke Shih 
166b069898SPing-Ke Shih #endif
17