summaryrefslogtreecommitdiff
path: root/include/squashfs.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-12 20:34:28 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-13 10:51:06 +0200
commit6e4768e67394566cbacdb5338dd776781277ff00 (patch)
tree5eebf3b2dafb84d2a3887241ee2705395e5f5e96 /include/squashfs.h
parentca59def8890febdb600df07b48b53ad32b05d333 (diff)
Add yet another magic clutch to squashfs dir entry generation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/squashfs.h')
-rw-r--r--include/squashfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/squashfs.h b/include/squashfs.h
index 2d27cc1..e599863 100644
--- a/include/squashfs.h
+++ b/include/squashfs.h
@@ -13,6 +13,8 @@
#define SQFS_DEVBLK_SIZE 4096
#define SQFS_MAX_DIR_ENT 256
+#define SQFS_DIR_TYPE_MOD 8
+
typedef struct {
uint32_t magic;
uint32_t inode_count;