ASoC: wm_adsp: Separate concept of booted and running
[linux-2.6/btrfs-unstable.git] / include / linux / mtd / mtdram.h
blob628a6a21ddf035063c07051c95b25b24686fb246
1 #ifndef __MTD_MTDRAM_H__
2 #define __MTD_MTDRAM_H__
4 #include <linux/mtd/mtd.h>
5 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
6 unsigned long size, const char *name);
8 #endif /* __MTD_MTDRAM_H__ */