devices-db8500.h 413 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) ST-Ericsson SA 2010
  3. *
  4. * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
  5. * License terms: GNU General Public License (GPL), version 2.
  6. */
  7. #ifndef __DEVICES_DB8500_H
  8. #define __DEVICES_DB8500_H
  9. #include "irqs.h"
  10. #include "db8500-regs.h"
  11. struct platform_device;
  12. extern struct ab8500_platform_data ab8500_platdata;
  13. extern struct prcmu_pdata db8500_prcmu_pdata;
  14. #endif