JustOS/linux-6.13/drivers/net/wireless/realtek/rtw89/rtw8852bt.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

16 lines
299 B
C

/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* Copyright(c) 2024 Realtek Corporation
*/
#ifndef __RTW89_8852BT_H__
#define __RTW89_8852BT_H__
#include "core.h"
#define RF_PATH_NUM_8852BT 2
#define BB_PATH_NUM_8852BT 2
extern const struct rtw89_chip_info rtw8852bt_chip_info;
#endif