Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  Copyright (C) 2005 Russell King.
0004  */
0005 #ifndef __MFD_MCP_SA11X0_H
0006 #define __MFD_MCP_SA11X0_H
0007 
0008 #include <linux/types.h>
0009 
0010 struct mcp_plat_data {
0011     u32 mccr0;
0012     u32 mccr1;
0013     unsigned int sclk_rate;
0014     void *codec_pdata;
0015 };
0016 
0017 #endif