diff options
author | Hannes Reinecke <hare@suse.de> | 2007-12-16 19:22:32 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-12-16 19:22:32 +0100 |
commit | 5caa40bea22b9ac07dbe667985d1b8556d8b6b80 (patch) | |
tree | 1a05b3c754ab03d5b0e2bd4a29c89ae8bb1a3ea8 /extras/volume_id/lib/util.h | |
parent | 9e5920842b0b414e78b04ddd40fb4cf29b0d855c (diff) |
volume_id: LVM - add uuid
Diffstat (limited to 'extras/volume_id/lib/util.h')
-rw-r--r-- | extras/volume_id/lib/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/volume_id/lib/util.h b/extras/volume_id/lib/util.h index 14a76c8fd2..e3c766d4ab 100644 --- a/extras/volume_id/lib/util.h +++ b/extras/volume_id/lib/util.h @@ -71,7 +71,8 @@ enum uuid_format { UUID_DOS, UUID_64BIT_LE, UUID_64BIT_BE, - UUID_FOURINT, + UUID_MD, + UUID_LVM, }; enum endian { |