]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/include/asm/txx9/rbtx4939.h
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / arch / mips / include / asm / txx9 / rbtx4939.h
index 1acf428c0b4fef83ef04f0aa5ab6af3227850fba..e517899794a8c6780b866d6b60ce24ee2e7e8669 100644 (file)
 void rbtx4939_prom_init(void);
 void rbtx4939_irq_setup(void);
 
+struct mtd_partition;
+struct map_info;
+struct rbtx4939_flash_data {
+       unsigned int width;
+       unsigned int nr_parts;
+       struct mtd_partition *parts;
+       void (*map_init)(struct map_info *map);
+};
+
 #endif /* __ASM_TXX9_RBTX4939_H */