diff options
Diffstat (limited to 'libc/kernel/uapi/linux/mei.h')
-rw-r--r-- | libc/kernel/uapi/linux/mei.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libc/kernel/uapi/linux/mei.h b/libc/kernel/uapi/linux/mei.h index 1a38e1c..ac8031f 100644 --- a/libc/kernel/uapi/linux/mei.h +++ b/libc/kernel/uapi/linux/mei.h @@ -19,20 +19,20 @@ #ifndef _LINUX_MEI_H #define _LINUX_MEI_H #include <linux/uuid.h> -#define IOCTL_MEI_CONNECT_CLIENT _IOWR('H' , 0x01, struct mei_connect_client_data) +#define IOCTL_MEI_CONNECT_CLIENT _IOWR('H', 0x01, struct mei_connect_client_data) /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ struct mei_client { - __u32 max_msg_length; - __u8 protocol_version; - __u8 reserved[3]; + __u32 max_msg_length; + __u8 protocol_version; + __u8 reserved[3]; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ }; struct mei_connect_client_data { - union { - uuid_le in_client_uuid; + union { + uuid_le in_client_uuid; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - struct mei_client out_client_properties; - }; + struct mei_client out_client_properties; + }; }; #endif /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |