gpt: Correct naming. efi_* also conflicts with some efi headers
Change-Id: I19b5b2c4609da8474b26588ae8d7d4caf72a826b Reviewed-on: https://review.haiku-os.org/c/haiku/+/2018 Reviewed-by: Fredrik Holmqvist <[email protected]> Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
committed by
Alex von Gluck IV
parent
418e068de3
commit
ed7204fad2
@@ -272,7 +272,7 @@ get_partition_offset(int deviceFD, off_t deviceStart, off_t deviceSize,
|
||||
EFI::Header gptHeader(deviceFD, deviceSize, blockSize);
|
||||
error = gptHeader.InitCheck();
|
||||
if (error == B_OK && partitionIndex < gptHeader.EntryCount()) {
|
||||
efi_partition_entry partition = gptHeader.EntryAt(partitionIndex - 1);
|
||||
gpt_partition_entry partition = gptHeader.EntryAt(partitionIndex - 1);
|
||||
|
||||
static_guid bfs_uuid = {0x42465331, 0x3BA3, 0x10F1,
|
||||
0x802A4861696B7521LL};
|
||||
|
||||
Reference in New Issue
Block a user