summaryrefslogtreecommitdiff
path: root/fs/yaffs2-new/yaffs_direct.h
blob: 28008a608d49071e17bf8ebe7729df41a4003016 (plain)
1
2
3
4
5
6
7
8

struct yaffs_direct_context {
	struct yaffs_dev *dev;
	u8 *spare_buffer;
};

#define yaffs_dev_to_lc(dev) ((struct yaffs_direct_context *)((dev)->os_context))
#define yaffs_dev_to_mtd(dev) ((struct mtd_info *)((dev)->driver_context))