Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: cdeeeae056a429e729ae9e914fa8142ee45bee93 authored by Linus Torvalds on 10 March 2008, 05:22:27 UTC
Linux 2.6.25-rc5
Tip revision: cdeeeae
mtdcore.h
/* linux/drivers/mtd/mtdcore.h
 *
 * Header file for driver private mtdcore exports
 *
 */

/* These are exported solely for the purpose of mtd_blkdevs.c. You
   should not use them for _anything_ else */

extern struct mutex mtd_table_mutex;
extern struct mtd_info *mtd_table[MAX_MTD_DEVICES];
back to top