blob: 747cd6baf711a41783201ddfeeb95aaca49a7b88 [file] [log] [blame]
Russell Kinga09e64f2008-08-05 16:14:15 +01001/*
Russell Kinga09e64f2008-08-05 16:14:15 +01002 * Copyright (C) 2005 Russell King.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
Sachin Kamat7ff6d7a2013-12-30 11:54:56 +05308#ifndef __MFD_MCP_SA11X0_H
9#define __MFD_MCP_SA11X0_H
Russell Kinga09e64f2008-08-05 16:14:15 +010010
11#include <linux/types.h>
12
13struct mcp_plat_data {
14 u32 mccr0;
15 u32 mccr1;
16 unsigned int sclk_rate;
Russell Kingabe06082012-01-20 22:13:52 +000017 void *codec_pdata;
Russell Kinga09e64f2008-08-05 16:14:15 +010018};
19
20#endif