diff options
Diffstat (limited to 'e2fsprogs/blkid/blkid.h')
-rw-r--r-- | e2fsprogs/blkid/blkid.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/e2fsprogs/blkid/blkid.h b/e2fsprogs/blkid/blkid.h index 3ea94ac80..3bb0e78d8 100644 --- a/e2fsprogs/blkid/blkid.h +++ b/e2fsprogs/blkid/blkid.h | |||
@@ -34,13 +34,13 @@ typedef struct blkid_struct_dev_iterate *blkid_dev_iterate; | |||
34 | * Flags for blkid_get_dev | 34 | * Flags for blkid_get_dev |
35 | * | 35 | * |
36 | * BLKID_DEV_CREATE Create an empty device structure if not found | 36 | * BLKID_DEV_CREATE Create an empty device structure if not found |
37 | * in the cache. | 37 | * in the cache. |
38 | * BLKID_DEV_VERIFY Make sure the device structure corresponds | 38 | * BLKID_DEV_VERIFY Make sure the device structure corresponds |
39 | * with reality. | 39 | * with reality. |
40 | * BLKID_DEV_FIND Just look up a device entry, and return NULL | 40 | * BLKID_DEV_FIND Just look up a device entry, and return NULL |
41 | * if it is not found. | 41 | * if it is not found. |
42 | * BLKID_DEV_NORMAL Get a valid device structure, either from the | 42 | * BLKID_DEV_NORMAL Get a valid device structure, either from the |
43 | * cache or by probing the device. | 43 | * cache or by probing the device. |
44 | */ | 44 | */ |
45 | #define BLKID_DEV_FIND 0x0000 | 45 | #define BLKID_DEV_FIND 0x0000 |
46 | #define BLKID_DEV_CREATE 0x0001 | 46 | #define BLKID_DEV_CREATE 0x0001 |