Give a name to the nandemul2k MTD device.
[yaffs2.git] / yaffs_packedtags1.h
index 5f6766862444fa2cc518b962a799dd405b11349c..0f76615d5d55ebd17c3a4b950ec306f42c1f98d0 100644 (file)
@@ -21,8 +21,8 @@ typedef struct
 
 
 
-void yaffs_PackTags1(yaffs_PackedTags1 *pt, yaffs_ExtendedTags *t);
-void yaffs_UnpackTags1(yaffs_ExtendedTags *t, yaffs_PackedTags1 *pt);
+void yaffs_PackTags1(yaffs_PackedTags1 *pt, const yaffs_ExtendedTags *t);
+void yaffs_UnpackTags1(yaffs_ExtendedTags *t, const yaffs_PackedTags1 *pt);
 #endif