index
:
akiba
main
Drifting from abyss towards the infinite!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirai
/
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
,
};