block: Introduce helper to reset queue limits to default values
[linux-2.6/x86.git] / include / linux / mtd / gen_probe.h
blobdf362ddf2949f0f9a49bbd278f87dfa0ec8f5bae
1 /*
2 * (C) 2001, 2001 Red Hat, Inc.
3 * GPL'd
4 */
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>
14 struct chip_probe {
15 char *name;
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__ */