diff options
Diffstat (limited to 'scripts/mod/file2alias.c')
-rw-r--r-- | scripts/mod/file2alias.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c index e17a29ae2e97..c91eba751804 100644 --- a/scripts/mod/file2alias.c +++ b/scripts/mod/file2alias.c | |||
@@ -36,6 +36,11 @@ typedef uint16_t __u16; | |||
36 | typedef unsigned char __u8; | 36 | typedef unsigned char __u8; |
37 | typedef struct { | 37 | typedef struct { |
38 | __u8 b[16]; | 38 | __u8 b[16]; |
39 | } guid_t; | ||
40 | |||
41 | /* backwards compatibility, don't use in new code */ | ||
42 | typedef struct { | ||
43 | __u8 b[16]; | ||
39 | } uuid_le; | 44 | } uuid_le; |
40 | typedef struct { | 45 | typedef struct { |
41 | __u8 b[16]; | 46 | __u8 b[16]; |