diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/omap_device.h')
| -rw-r--r-- | arch/arm/plat-omap/include/plat/omap_device.h | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_device.h b/arch/arm/plat-omap/include/plat/omap_device.h index 51423d2727a..05f7615b61f 100644 --- a/arch/arm/plat-omap/include/plat/omap_device.h +++ b/arch/arm/plat-omap/include/plat/omap_device.h @@ -100,6 +100,13 @@ struct platform_device *omap_device_build_ss(const char *pdev_name, int pdev_id,  					 struct omap_device_pm_latency *pm_lats,  					 int pm_lats_cnt, int is_early_device); +struct omap_device *omap_device_alloc(struct platform_device *pdev, +				      struct omap_hwmod **ohs, int oh_cnt, +				      struct omap_device_pm_latency *pm_lats, +				      int pm_lats_cnt); +void omap_device_delete(struct omap_device *od); +int omap_device_register(struct platform_device *pdev); +  void __iomem *omap_device_get_rt_va(struct omap_device *od);  struct device *omap_device_get_by_hwmod_name(const char *oh_name);  |