mtdconcat.c (92afd368bba7d98b2b7bfb51082c3639bb2119b3) | mtdconcat.c (7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d) |
---|---|
1/* 2 * MTD device concatenation layer 3 * 4 * (C) 2002 Robert Kaiser <rkaiser@sysgo.de> 5 * 6 * NAND support by Christian Gan <cgan@iders.ca> 7 * 8 * This code is GPL 9 */ 10 11#include <linux/mtd/mtd.h> | 1/* 2 * MTD device concatenation layer 3 * 4 * (C) 2002 Robert Kaiser <rkaiser@sysgo.de> 5 * 6 * NAND support by Christian Gan <cgan@iders.ca> 7 * 8 * This code is GPL 9 */ 10 11#include <linux/mtd/mtd.h> |
12#include <linux/mtd/compat.h> | 12#include <linux/compat.h> |
13#include <linux/mtd/concat.h> 14#include <ubi_uboot.h> 15 16/* 17 * Our storage structure: 18 * Subdev points to an array of pointers to struct mtd_info objects 19 * which is allocated along with this structure 20 * --- 787 unchanged lines hidden --- | 13#include <linux/mtd/concat.h> 14#include <ubi_uboot.h> 15 16/* 17 * Our storage structure: 18 * Subdev points to an array of pointers to struct mtd_info objects 19 * which is allocated along with this structure 20 * --- 787 unchanged lines hidden --- |