devices.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /* linux/arch/arm/mach-msm/devices.h
  2. *
  3. * Copyright (C) 2008 Google, Inc.
  4. *
  5. * This software is licensed under the terms of the GNU General Public
  6. * License version 2, as published by the Free Software Foundation, and
  7. * may be copied, distributed, and modified under those terms.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. */
  15. #ifndef __ARCH_ARM_MACH_MSM_DEVICES_H
  16. #define __ARCH_ARM_MACH_MSM_DEVICES_H
  17. extern struct platform_device msm_device_uart1;
  18. extern struct platform_device msm_device_uart2;
  19. extern struct platform_device msm_device_uart3;
  20. extern struct platform_device msm_device_sdc1;
  21. extern struct platform_device msm_device_sdc2;
  22. extern struct platform_device msm_device_sdc3;
  23. extern struct platform_device msm_device_sdc4;
  24. extern struct platform_device msm_device_hsusb;
  25. extern struct platform_device msm_device_i2c;
  26. extern struct platform_device msm_device_smd;
  27. extern struct platform_device msm_device_nand;
  28. #endif