mfd-mcp-sa11x0.h 272 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2005 Russell King.
  4. */
  5. #ifndef __MFD_MCP_SA11X0_H
  6. #define __MFD_MCP_SA11X0_H
  7. #include <linux/types.h>
  8. struct mcp_plat_data {
  9. u32 mccr0;
  10. u32 mccr1;
  11. unsigned int sclk_rate;
  12. void *codec_pdata;
  13. };
  14. #endif