From 7996a3d79d55b7f879dfd62e202bbfe2963718d3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jul 2013 22:15:01 +0000 Subject: really properly move files --- libdde-linux26/contrib/include/linux/mtd/concat.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libdde-linux26/contrib/include/linux/mtd/concat.h (limited to 'libdde-linux26/contrib/include/linux/mtd/concat.h') diff --git a/libdde-linux26/contrib/include/linux/mtd/concat.h b/libdde-linux26/contrib/include/linux/mtd/concat.h new file mode 100644 index 00000000..e80c674d --- /dev/null +++ b/libdde-linux26/contrib/include/linux/mtd/concat.h @@ -0,0 +1,21 @@ +/* + * MTD device concatenation layer definitions + * + * (C) 2002 Robert Kaiser + * + * This code is GPL + */ + +#ifndef MTD_CONCAT_H +#define MTD_CONCAT_H + + +struct mtd_info *mtd_concat_create( + struct mtd_info *subdev[], /* subdevices to concatenate */ + int num_devs, /* number of subdevices */ + const char *name); /* name for the new device */ + +void mtd_concat_destroy(struct mtd_info *mtd); + +#endif + -- cgit v1.2.3