Commit af9d01e3 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] EFI 64bit fixup

parent 0b83db13
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#define EFI_PMBR_OSTYPE_EFI_GPT 0xEE #define EFI_PMBR_OSTYPE_EFI_GPT 0xEE
#define GPT_BLOCK_SIZE 512 #define GPT_BLOCK_SIZE 512
#define GPT_HEADER_SIGNATURE 0x5452415020494645L #define GPT_HEADER_SIGNATURE 0x5452415020494645ULL
#define GPT_HEADER_REVISION_V1 0x00010000 #define GPT_HEADER_REVISION_V1 0x00010000
#define GPT_PRIMARY_PARTITION_TABLE_LBA 1 #define GPT_PRIMARY_PARTITION_TABLE_LBA 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment