Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 1 | /* |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 2 | * 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 Kamat | 7ff6d7a | 2013-12-30 11:54:56 +0530 | [diff] [blame] | 8 | #ifndef __MFD_MCP_SA11X0_H |
| 9 | #define __MFD_MCP_SA11X0_H |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 10 | |
| 11 | #include <linux/types.h> |
| 12 | |
| 13 | struct mcp_plat_data { |
| 14 | u32 mccr0; |
| 15 | u32 mccr1; |
| 16 | unsigned int sclk_rate; |
Russell King | abe0608 | 2012-01-20 22:13:52 +0000 | [diff] [blame] | 17 | void *codec_pdata; |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 18 | }; |
| 19 | |
| 20 | #endif |