X-Git-Url: https://yaffs.net/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_packedtags1.h;h=d6861ff505e45701e7edce4a354d66b25220b6a3;hp=9174837d4b2aa5300710a684f40702ae65b37183;hb=3ecea787c3d99a5e13bf3b826dd3ad772fbad810;hpb=a8016f937633b0d356be4d2195d93f1742a3de0d diff --git a/yaffs_packedtags1.h b/yaffs_packedtags1.h index 9174837..d6861ff 100644 --- a/yaffs_packedtags1.h +++ b/yaffs_packedtags1.h @@ -30,8 +30,10 @@ struct yaffs_packed_tags1 { unsigned unused_stuff:1; unsigned should_be_ff; -} ; +}; -void yaffs_pack_tags1(struct yaffs_packed_tags1 *pt, const struct yaffs_ext_tags *t); -void yaffs_unpack_tags1(struct yaffs_ext_tags *t, const struct yaffs_packed_tags1 *pt); +void yaffs_pack_tags1(struct yaffs_packed_tags1 *pt, + const struct yaffs_ext_tags *t); +void yaffs_unpack_tags1(struct yaffs_ext_tags *t, + const struct yaffs_packed_tags1 *pt); #endif