ACPI: thinkpad-acpi: add development version tag
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / mtd / mtdcore.h
bloba33251f4b872f18c683c1c26ca08dbfceecf591d
1 /* linux/drivers/mtd/mtdcore.h
3 * Header file for driver private mtdcore exports
5 */
7 /* These are exported solely for the purpose of mtd_blkdevs.c. You
8 should not use them for _anything_ else */
10 extern struct mutex mtd_table_mutex;
11 extern struct mtd_info *mtd_table[MAX_MTD_DEVICES];