|
@@ -18,9 +18,10 @@
|
|
#define __LINUX_MTD_PHYSMAP__
|
|
#define __LINUX_MTD_PHYSMAP__
|
|
|
|
|
|
#include <linux/mtd/mtd.h>
|
|
#include <linux/mtd/mtd.h>
|
|
-#include <linux/mtd/map.h>
|
|
|
|
#include <linux/mtd/partitions.h>
|
|
#include <linux/mtd/partitions.h>
|
|
|
|
|
|
|
|
+struct map_info;
|
|
|
|
+
|
|
struct physmap_flash_data {
|
|
struct physmap_flash_data {
|
|
unsigned int width;
|
|
unsigned int width;
|
|
void (*set_vpp)(struct map_info *, int);
|
|
void (*set_vpp)(struct map_info *, int);
|