From 757a553001be4016e9c5d8880648d3703f34b10e Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Tue, 2 Nov 2010 15:16:48 +1300 Subject: yaffs: More clean up Signed-off-by: Charles Manning --- yaffs_packedtags1.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yaffs_packedtags1.h') diff --git a/yaffs_packedtags1.h b/yaffs_packedtags1.h index 01f952a..9174837 100644 --- a/yaffs_packedtags1.h +++ b/yaffs_packedtags1.h @@ -20,7 +20,7 @@ #include "yaffs_guts.h" -typedef struct { +struct yaffs_packed_tags1 { unsigned chunk_id:20; unsigned serial_number:2; unsigned n_bytes:10; @@ -30,8 +30,8 @@ typedef struct { unsigned unused_stuff:1; unsigned should_be_ff; -} yaffs_packed_tags1; +} ; -void yaffs_pack_tags1(yaffs_packed_tags1 *pt, const struct yaffs_ext_tags *t); -void yaffs_unpack_tags1(struct yaffs_ext_tags *t, const 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 -- cgit v1.2.3