783ecdc64e25b36609f87aeb64b42c7cb323a3fd
[pandora-kernel.git] / arch / sh / include / asm / device.h
1 /*
2  * Arch specific extensions to struct device
3  *
4  * This file is released under the GPLv2
5  */
6
7 struct dev_archdata {
8 };
9
10 struct platform_device;
11 /* allocate contiguous memory chunk and fill in struct resource */
12 int platform_resource_setup_memory(struct platform_device *pdev,
13                                    char *name, unsigned long memsize);
14
15 void plat_early_device_setup(void);
16
17 struct pdev_archdata {
18         int hwblk_id;
19 };