mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-24 12:51:23 +00:00
mtd: define MTDREFRESH if not defined (external kernel)
SVN-Revision: 30340
This commit is contained in:
parent
620843b2ee
commit
486d54bf05
@ -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 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user