diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-03 09:24:16 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-03 09:24:16 +0200 |
commit | 4c13270a77d0a6b7c440af6f80e6dff4e078b3a6 (patch) | |
tree | 98a5bec78aa517d40231dddea1211e4f62bf75f7 /extras/volume_id/lib/util.h | |
parent | 34ee018186c8af32552a289cf904ba5c98100b99 (diff) |
volume_id: use md native uuid format
Diffstat (limited to 'extras/volume_id/lib/util.h')
-rw-r--r-- | extras/volume_id/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/volume_id/lib/util.h b/extras/volume_id/lib/util.h index dc60a09123..2abf05df74 100644 --- a/extras/volume_id/lib/util.h +++ b/extras/volume_id/lib/util.h @@ -64,6 +64,7 @@ enum uuid_format { UUID_DOS, UUID_NTFS, UUID_HFS, + UUID_FOURINT, }; enum endian { |