1 /* linux/drivers/mtd/mtdcore.h
3 * Header file for driver private mtdcore exports
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
];
This page took 0.039547 seconds and 5 git commands to generate.