mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
debian/rules.d/scripts/mod: Add uuid_t and UUID_STRING_LEN definitions
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -13,6 +13,7 @@ linux (5.1.3-1~exp1) UNRELEASED; urgency=medium
|
||||
* Drop redundant part of "Install perf scripts non-executable"
|
||||
* Drop "kbuild: Use -nostdinc in compile tests", which is no longer needed
|
||||
* debian/rules.d/scripts/kconfig: Update for upstream file renaming
|
||||
* debian/rules.d/scripts/mod: Add uuid_t and UUID_STRING_LEN definitions
|
||||
|
||||
[ Vagrant Cascadian ]
|
||||
* [arm64] Enable modules to support audio on pinebook: SND_SUN4I_I2S,
|
||||
|
||||
2
debian/rules.d/scripts/mod/types.h
vendored
2
debian/rules.d/scripts/mod/types.h
vendored
@@ -6,4 +6,6 @@ typedef unsigned long long __u64;
|
||||
typedef struct {
|
||||
__u8 b[16];
|
||||
} uuid_le;
|
||||
typedef unsigned char uuid_t[16];
|
||||
#define UUID_STRING_LEN 36
|
||||
#define offsetof(a,b) __builtin_offsetof(a,b)
|
||||
|
||||
Reference in New Issue
Block a user