WIP modified ctz type tag for future compatibility with erased files

This commit is contained in:
Christopher Haster
2018-08-07 09:57:54 -05:00
parent 5422566b6a
commit 2da9392fbf

6
lfs.h
View File

@@ -104,9 +104,9 @@ enum lfs_type {
LFS_TYPE_HARDTAIL = 0x0c1, LFS_TYPE_HARDTAIL = 0x0c1,
LFS_TYPE_CRC = 0x0f0, LFS_TYPE_CRC = 0x0f0,
LFS_TYPE_INLINESTRUCT = 0x040, LFS_TYPE_DIRSTRUCT = 0x040,
LFS_TYPE_CTZSTRUCT = 0x041, LFS_TYPE_INLINESTRUCT = 0x041,
LFS_TYPE_DIRSTRUCT = 0x042, LFS_TYPE_CTZSTRUCT = 0x042,
// internal chip sources // internal chip sources
LFS_FROM_REGION = 0x000, LFS_FROM_REGION = 0x000,