Started working on file extraction
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const BlockSize = @import("inode_data/file.zig").BlockSize;
|
||||
|
||||
pub const FragEntry = extern struct {
|
||||
start: u64,
|
||||
size: BlockSize,
|
||||
_: u32,
|
||||
};
|
||||
Reference in New Issue
Block a user