aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-04-20 08:55:46 +0200
committerTakashi Iwai <tiwai@suse.de>2019-04-20 08:55:46 +0200
commit25312b3b71886dc9354d2f4934499258e5663994 (patch)
tree61ae59bded983cfb1bca7b82c1fa76bd2eaa98b2
parent57b2c84e5a45d12e1da7b939445485b1bcca8386 (diff)
downloadhda-emu-25312b3b71886dc9354d2f4934499258e5663994.tar.gz
Add UUID definitions
Just to pass the compilation. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/linux/mod_devicetable.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index 5d738ab..731ea82 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -1 +1,10 @@
+#ifndef UUID_STRING_LEN
+#define UUID_STRING_LEN 36
+#define UUID_SIZE 16
+
+typedef struct {
+ __u8 b[UUID_SIZE];
+} uuid_t;
+#endif
+
#include "../../dist/include/linux/mod_devicetable.h"