forked from pool/hyper-v
provide private uuid_le type to fix sles11 build
OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=84
This commit is contained in:
@@ -26,7 +26,10 @@
|
||||
#define _HYPERV_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/uuid.h>
|
||||
/* from linux/uuid.h */
|
||||
typedef struct {
|
||||
__u8 b[16];
|
||||
} uuid_le;
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user