summaryrefslogtreecommitdiff
path: root/yaffs_packedtags1.c
diff options
context:
space:
mode:
authorcharles <charles>2004-12-17 04:39:04 +0000
committercharles <charles>2004-12-17 04:39:04 +0000
commit37fd9ec3587b5c4d497a7682522a9adfab682e51 (patch)
tree75762aeb55cea32b8e2dcdc8f34708e54ef5bffd /yaffs_packedtags1.c
parentf216bcabdaf791aa93ad2e58c1d747d2d8bd6617 (diff)
*** empty log message ***
Diffstat (limited to 'yaffs_packedtags1.c')
-rw-r--r--yaffs_packedtags1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaffs_packedtags1.c b/yaffs_packedtags1.c
index 018eacf..bab338f 100644
--- a/yaffs_packedtags1.c
+++ b/yaffs_packedtags1.c
@@ -1,7 +1,7 @@
#include "yaffs_packedtags1.h"
#include "yportenv.h"
-void yaffs_PackTags1(yaffs_PackedTags1 *pt, yaffs_ExtendedTags *t)
+void yaffs_PackTags1(yaffs_PackedTags1 *pt, const yaffs_ExtendedTags *t)
{
pt->chunkId = t->chunkId;
pt->serialNumber = t->serialNumber;
@@ -14,7 +14,7 @@ void yaffs_PackTags1(yaffs_PackedTags1 *pt, yaffs_ExtendedTags *t)
}
-void yaffs_UnpackTags1(yaffs_ExtendedTags *t, yaffs_PackedTags1 *pt)
+void yaffs_UnpackTags1(yaffs_ExtendedTags *t, const yaffs_PackedTags1 *pt)
{
static const __u8 allFF[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,0xff, 0xff, 0xff, 0xff};