mfd-mcp-sa11x0.h 418 B

1234567891011121314151617181920
  1. /*
  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. */
  8. #ifndef __MFD_MCP_SA11X0_H
  9. #define __MFD_MCP_SA11X0_H
  10. #include <linux/types.h>
  11. struct mcp_plat_data {
  12. u32 mccr0;
  13. u32 mccr1;
  14. unsigned int sclk_rate;
  15. void *codec_pdata;
  16. };
  17. #endif