mtdpart.c (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | mtdpart.c (2f82af08fcc7dc01a7e98a49a5995a77e32a2925) |
---|---|
1/* 2 * Simple MTD partitioning layer 3 * | 1/* 2 * Simple MTD partitioning layer 3 * |
4 * (C) 2000 Nicolas Pitre <nico@cam.org> | 4 * (C) 2000 Nicolas Pitre <nico@fluxnic.net> |
5 * 6 * This code is GPL 7 * 8 * 02-21-2002 Thomas Gleixner <gleixner@autronix.de> 9 * added support for read_oob, write_oob 10 */ 11 12#include <linux/module.h> --- 586 unchanged lines hidden --- | 5 * 6 * This code is GPL 7 * 8 * 02-21-2002 Thomas Gleixner <gleixner@autronix.de> 9 * added support for read_oob, write_oob 10 */ 11 12#include <linux/module.h> --- 586 unchanged lines hidden --- |