linux/drivers/usb/gadget/udc/bdc/bdc_dbg.c

// SPDX-License-Identifier: GPL-2.0+
/*
 * bdc_dbg.c - BRCM BDC USB3.0 device controller debug functions
 *
 * Copyright (C) 2014 Broadcom Corporation
 *
 * Author: Ashwini Pahuja
 */

#include "bdc.h"
#include "bdc_dbg.h"

void bdc_dbg_regs(struct bdc *bdc)
{}

void bdc_dump_epsts(struct bdc *bdc)
{}

void bdc_dbg_srr(struct bdc *bdc, u32 srr_num)
{}

void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep)
{}