]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/platform_data/mfd-mcp-sa11x0.h
Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux
[mirror_ubuntu-bionic-kernel.git] / include / linux / platform_data / mfd-mcp-sa11x0.h
CommitLineData
323cdfc1 1/*
323cdfc1
RK
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 */
7ff6d7a0
SK
8#ifndef __MFD_MCP_SA11X0_H
9#define __MFD_MCP_SA11X0_H
323cdfc1
RK
10
11#include <linux/types.h>
12
13struct mcp_plat_data {
14 u32 mccr0;
15 u32 mccr1;
16 unsigned int sclk_rate;
abe06082 17 void *codec_pdata;
323cdfc1
RK
18};
19
20#endif