mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
link to specific header, just to be safe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1841 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -40,7 +40,11 @@
|
||||
#include <sys/reboot.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef LINUX_24
|
||||
#include <linux/mtd/mtd.h>
|
||||
#else
|
||||
#include <mtd/mtd-user.h>
|
||||
#endif
|
||||
|
||||
#define TRX_MAGIC 0x30524448 /* "HDR0" */
|
||||
#define BUFSIZE (10 * 1024)
|
||||
|
||||
Reference in New Issue
Block a user