diff options
Diffstat (limited to 'include/linux/uuid.h')
-rw-r--r-- | include/linux/uuid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/uuid.h b/include/linux/uuid.h index 6df2509033d7..91c2b6d9cbb7 100644 --- a/include/linux/uuid.h +++ b/include/linux/uuid.h | |||
@@ -33,6 +33,8 @@ static inline int uuid_be_cmp(const uuid_be u1, const uuid_be u2) | |||
33 | return memcmp(&u1, &u2, sizeof(uuid_be)); | 33 | return memcmp(&u1, &u2, sizeof(uuid_be)); |
34 | } | 34 | } |
35 | 35 | ||
36 | void generate_random_uuid(unsigned char uuid[16]); | ||
37 | |||
36 | extern void uuid_le_gen(uuid_le *u); | 38 | extern void uuid_le_gen(uuid_le *u); |
37 | extern void uuid_be_gen(uuid_be *u); | 39 | extern void uuid_be_gen(uuid_be *u); |
38 | 40 | ||