enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/openwrt.git] / target / linux / etrax-2.6 / files / include / linux / mtd / mtdram.h
1 #ifndef __MTD_MTDRAM_H__
2 #define __MTD_MTDRAM_H__
3
4 #ifdef __KERNEL__
5 #include <linux/mtd/mtd.h>
6 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
7 unsigned long size, char *name);
8
9 #endif /* __KERNEL__ */
10 #endif /* __MTD_MTDRAM_H__ */