aboutsummaryrefslogtreecommitdiff
path: root/mirai.old/fs/gpt/types.zig
blob: 74d8417205a2bb58ff1feff8d75c0bee825fba69 (plain)
1
2
3
4
5
6
//! GPT type definitions

pub const Partition = struct {
    start_lba: u64,
    end_lba: u64,
};