X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;fp=yaffs_guts.h;h=a063776913780d65dfa9ff20e45df468e9c0f726;hp=93809665c6097c0524eba88ea428018b9984f6a3;hb=20de150d680c2a84c4a2e0d5f0f354274c7ff9ab;hpb=b4d93e23d5d94ff4de6c5d1f420153661fc6a0b3 diff --git a/yaffs_guts.h b/yaffs_guts.h index 9380966..a063776 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -949,7 +949,9 @@ u32 yaffs_get_group_base(struct yaffs_dev *dev, struct yaffs_tnode *tn, int yaffs_is_non_empty_dir(struct yaffs_obj *obj); -/*\ +void yaffs_addr_to_chunk(struct yaffs_dev *dev, loff_t addr, + int *chunk_out, u32 *offset_out); +/* * Marshalling functions to get loff_t file sizes into aand out of * object headers. */