X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fvolume_id%2Flib%2Futil.h;h=1206116ce2e26e7c261401f1a3900f5f33b3dbde;hp=cd8dac557c1df727d889aa8f8cd3afa912a0e10e;hb=13361e47049d14eeb76234ad14403f4d86fc8ba5;hpb=68d557885247632558e8c14ffc4b16e916810bee diff --git a/extras/volume_id/lib/util.h b/extras/volume_id/lib/util.h index cd8dac557..1206116ce 100644 --- a/extras/volume_id/lib/util.h +++ b/extras/volume_id/lib/util.h @@ -63,12 +63,12 @@ #endif /* __BYTE_ORDER */ enum uuid_format { - UUID_HEX_STRING, UUID_STRING, + UUID_HEX_STRING, UUID_DCE, UUID_DOS, - UUID_NTFS, - UUID_HFS, + UUID_64BIT_LE, + UUID_64BIT_BE, UUID_FOURINT, };