diff options
Diffstat (limited to 'include/squashfs.h')
-rw-r--r-- | include/squashfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/squashfs.h b/include/squashfs.h index 6e2214b..01047cf 100644 --- a/include/squashfs.h +++ b/include/squashfs.h @@ -14,8 +14,6 @@ #define SQFS_DEVBLK_SIZE 4096 #define SQFS_MAX_DIR_ENT 256 -#define SQFS_INODE_EXT_TYPE(type) ((type) - 1 + 8) - typedef struct { uint32_t magic; uint32_t inode_count; |