2 * (C) 2001, 2001 Red Hat, Inc.
6 #ifndef __LINUX_MTD_GEN_PROBE_H__
7 #define __LINUX_MTD_GEN_PROBE_H__
9 #include <linux/mtd/flashchip.h>
10 #include <linux/mtd/map.h>
11 #include <linux/mtd/cfi.h>
12 #include <linux/bitops.h>
16 int (*probe_chip)(struct map_info *map, __u32 base,
17 unsigned long *chip_map, struct cfi_private *cfi);
20 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp);
22 #endif /* __LINUX_MTD_GEN_PROBE_H__ */