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

#include <mach/omap_hsmmc.h>

void omap_add_ram0(resource_size_t size);

void omap_add_sram0(resource_size_t base, resource_size_t size);

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

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

#endif /* __MACH_OMAP_DEVICES_H */