summaryrefslogtreecommitdiffstats
path: root/include/linux/uuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/uuid.h')
-rw-r--r--include/linux/uuid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/uuid.h b/include/linux/uuid.h
index 75f7182d5360..61641faca38b 100644
--- a/include/linux/uuid.h
+++ b/include/linux/uuid.h
@@ -18,8 +18,10 @@
18 18
19#include <uapi/linux/uuid.h> 19#include <uapi/linux/uuid.h>
20 20
21#define UUID_SIZE 16
22
21typedef struct { 23typedef struct {
22 __u8 b[16]; 24 __u8 b[UUID_SIZE];
23} uuid_t; 25} uuid_t;
24 26
25#define UUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ 27#define UUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \