devices-db8500.h 492 B

123456789101112131415161718192021
  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. #include "devices-common.h"
  12. struct platform_device;
  13. extern struct ab8500_platform_data ab8500_platdata;
  14. extern struct prcmu_pdata db8500_prcmu_pdata;
  15. extern struct platform_device db8500_prcmu_device;
  16. #endif