linux/drivers/staging/rtl8723bs/core/rtw_debug.c

// SPDX-License-Identifier: GPL-2.0
/******************************************************************************
 *
 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
 *
 ******************************************************************************/

#include <drv_types.h>
#include <rtw_debug.h>
#include <hal_btcoex.h>

#include <rtw_version.h>

static void dump_4_regs(struct adapter *adapter, int offset)
{}

void mac_reg_dump(struct adapter *adapter)
{}

void bb_reg_dump(struct adapter *adapter)
{}

static void dump_4_rf_regs(struct adapter *adapter, int path, int offset)
{}

void rf_reg_dump(struct adapter *adapter)
{}