diff options
author | Tom Rini <trini@konsulko.com> | 2017-04-04 09:17:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-04 09:17:08 -0400 |
commit | 797f165f7ae90a75579ae3df7932d8d1518e8544 (patch) | |
tree | 620b82acccf043481b25e5fca589aefcea0109c1 /include/nand.h | |
parent | 234d12985ae1a5d878de6445187ec0b888772511 (diff) | |
parent | 78be6222b01efa12d9267876ad1d1d0daf38dfa0 (diff) |
Merge git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'include/nand.h')
-rw-r--r-- | include/nand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nand.h b/include/nand.h index b6eb223fb6f..a86552878e9 100644 --- a/include/nand.h +++ b/include/nand.h @@ -28,6 +28,7 @@ #endif extern void nand_init(void); +unsigned long nand_size(void); #include <linux/compat.h> #include <linux/mtd/mtd.h> |