mtd: add option for TRX magic to fixtrx
[openwrt/openwrt.git] / package / system / mtd / src / mtd.h
index fe716b715090393f716e160644d9f1fbef4761c2..d2facc8e3b94369c5e9e67ce79af02caa4c94d5f 100644 (file)
@@ -12,6 +12,7 @@
 extern int quiet;
 extern int mtdsize;
 extern int erasesize;
+extern uint32_t opt_trxmagic;
 
 extern int mtd_open(const char *mtd, bool block);
 extern int mtd_check_open(const char *mtd);