index
:
tools/gpt
master
gpt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
disk.h
blob: fa83f9bb6cfbd19fd13cd0fbb53c8b611e556fc6 (
plain
)
1
2
3
4
5
6
7
typedef
struct
{
char
*
name
;
int
fd
;
uint64_t
lbas
;
}
DISK
;