diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-06 02:23:48 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-06 02:23:48 +0200 |
commit | 13361e47049d14eeb76234ad14403f4d86fc8ba5 (patch) | |
tree | d84fca81e82a97bfe8aa704dee71686474a062ce /extras/volume_id/lib/util.h | |
parent | 68d557885247632558e8c14ffc4b16e916810bee (diff) |
volume_id: rename UUID_64BIT_LE/BE
Diffstat (limited to 'extras/volume_id/lib/util.h')
-rw-r--r-- | extras/volume_id/lib/util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/volume_id/lib/util.h b/extras/volume_id/lib/util.h index cd8dac557c..1206116ce2 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, }; |