src/system/mtdutils: Creation devtable moved to update.cpp

This commit is contained in:
Michael Liebmann
2013-09-22 09:00:43 +02:00
parent acea9818b8
commit 66b078cb92
4 changed files with 27 additions and 33 deletions

View File

@@ -78,6 +78,7 @@ class CFlashExpert : public CProgressWindow
bool checkSize(int mtd, std::string &backupFile);
void readmtd(int readmtd);
#ifdef BOXMODEL_APOLLO
void addDevtableEntry(int fd_dev, const char *entry);
void readmtdJFFS2(std::string &filename);
#endif