summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-12-08 08:28:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-12-08 08:28:27 +0100
commitd10a05b410db9579efa88180d51afebd2bc3efa5 (patch)
treed6c6f93929b9997a73b56d85675f14973a056f8b /include
parent4b1430b653d73635ffbd6ac45e39fad891b2d9e2 (diff)
parentf01b562cb86a30440144e35698043baa272197e3 (diff)
downloadbarebox-d10a05b410db9579efa88180d51afebd2bc3efa5.tar.gz
barebox-d10a05b410db9579efa88180d51afebd2bc3efa5.tar.xz
Merge branch 'for-next/mtd'
Diffstat (limited to 'include')
-rw-r--r--include/of_mtd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/of_mtd.h b/include/of_mtd.h
index a5a8f20daf..9f5b8a2796 100644
--- a/include/of_mtd.h
+++ b/include/of_mtd.h
@@ -12,6 +12,8 @@
#include <of.h>
int of_get_nand_ecc_mode(struct device_node *np);
+int of_get_nand_ecc_step_size(struct device_node *np);
+int of_get_nand_ecc_strength(struct device_node *np);
int of_get_nand_bus_width(struct device_node *np);
bool of_get_nand_on_flash_bbt(struct device_node *np);