aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-06-16 14:43:48 +0200
committerTakashi Iwai <tiwai@suse.de>2020-06-16 14:43:48 +0200
commit489c3e69a470f69a759d95d5f72c3ad908a4cb4e (patch)
tree6971abeda09a8d9a897367690ae020c753b05679
parent6ae8cdb38eb967f26a2c00c8b4da4263c0c73f54 (diff)
downloadhda-emu-489c3e69a470f69a759d95d5f72c3ad908a4cb4e.tar.gz
Add guid_t definition
Needed for building 5.8 kernel code. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/wrapper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/wrapper.h b/include/wrapper.h
index cd1bf55..551445a 100644
--- a/include/wrapper.h
+++ b/include/wrapper.h
@@ -347,4 +347,9 @@ typedef int irqreturn_t; // just a hack
struct vm_area_struct;
+// UUID
+typedef struct {
+ __u8 b[16];
+} guid_t;
+
#endif /* __HDA_WRAPPER_H */