summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/devices.h
blob: 988160437095c4f580824eda7ad493546ab0d6be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __MACH_OMAP_DEVICES_H
#define __MACH_OMAP_DEVICES_H

#include <mach/omap_hsmmc.h>

struct device_d *omap_add_uart(int id, unsigned long base);

struct device_d *omap_add_mmc(int id, unsigned long base,
		struct omap_hsmmc_platform_data *pdata);

struct device_d *omap_add_i2c(int id, unsigned long base, void *pdata);

#endif /* __MACH_OMAP_DEVICES_H */