linux/include/linux/platform_data/asoc-ti-mcbsp.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Defines for Multi-Channel Buffered Serial Port
 *
 * Copyright (C) 2002 RidgeRun, Inc.
 * Author: Steve Johnson
 */
#ifndef __ASOC_TI_MCBSP_H
#define __ASOC_TI_MCBSP_H

#include <linux/spinlock.h>
#include <linux/clk.h>

/* Platform specific configuration */
struct omap_mcbsp_ops {};

struct omap_mcbsp_platform_data {};

void omap3_mcbsp_init_pdata_callback(struct omap_mcbsp_platform_data *pdata);

#endif