GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / spi / flash.h
blob2694c4a16334a5c89f57872f1da07d5413a11afa
1 #ifndef LINUX_SPI_FLASH_H
2 #define LINUX_SPI_FLASH_H
4 struct mtd_partition;
6 struct flash_platform_data {
7 char *name;
8 struct mtd_partition *parts;
9 unsigned int nr_parts;
11 char *type;
13 /* we'll likely add more ... use JEDEC IDs, etc */
16 #endif