X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fgpt.h;h=add1df420f6160da847d1b637e067bed36caf922;hp=278940bf03257993b2799d6bc8a3b55464216fb8;hb=8eb444001b790b0c16369ceb1420afde4c1e5b24;hpb=4f4b92ba7ae9c56cb0f181d5f95d709e085b8bd5 diff --git a/src/shared/gpt.h b/src/shared/gpt.h index 278940bf0..add1df420 100644 --- a/src/shared/gpt.h +++ b/src/shared/gpt.h @@ -19,6 +19,10 @@ along with systemd; If not, see . ***/ +#pragma once + +#include + #include "sd-id128.h" /* We only support root disk discovery for x86, x86-64 and ARM for @@ -55,3 +59,5 @@ * just because we saw no point in defining any other values here. */ #define GPT_FLAG_READ_ONLY (1ULL << 60) #define GPT_FLAG_NO_AUTO (1ULL << 63) + +#define GPT_LINUX_GENERIC SD_ID128_MAKE(0f,c6,3d,af,84,83,47,72,8e,79,3d,69,d8,47,7d,e4)