diff options
Diffstat (limited to 'include/linux/mfd/tmio.h')
| -rw-r--r-- | include/linux/mfd/tmio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index 516d955ab8a1..6b9c5d06690c 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h | |||
| @@ -19,6 +19,13 @@ | |||
| 19 | } while (0) | 19 | } while (0) |
| 20 | 20 | ||
| 21 | /* | 21 | /* |
| 22 | * data for the MMC controller | ||
| 23 | */ | ||
| 24 | struct tmio_mmc_data { | ||
| 25 | const unsigned int hclk; | ||
| 26 | }; | ||
| 27 | |||
| 28 | /* | ||
| 22 | * data for the NAND controller | 29 | * data for the NAND controller |
| 23 | */ | 30 | */ |
| 24 | struct tmio_nand_data { | 31 | struct tmio_nand_data { |
