mtd: define MTDREFRESH if not defined (external kernel)

SVN-Revision: 30340
This commit is contained in:
Florian Fainelli 2012-02-06 17:15:40 +00:00
parent 620843b2ee
commit 486d54bf05
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@
#include "fis.h"
#include "mtd.h"
#ifndef MTDREFRESH
#define MTDREFRESH _IO('M', 50)
#endif
#define MAX_ARGS 8
#define JFFS2_DEFAULT_DIR "" /* directory name without /, empty means root dir */