Files
Caleb Gardner bfba5d5b60 Rename squashfs/squashfs to squashfs/low
squashfs/low library name is now squashfslow
2023-12-27 23:25:49 -06:00

8 lines
89 B
Go

package squashfslow
type fragEntry struct {
Start uint64
Size uint32
_ uint32
}