Commit 798ea88a authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: svc_msg.h: add data for hotplug message

parent 3e7736e5
...@@ -77,6 +77,7 @@ enum svc_function_hotplug_event { ...@@ -77,6 +77,7 @@ enum svc_function_hotplug_event {
struct svc_function_hotplug { struct svc_function_hotplug {
__u8 hotplug_event; /* enum svc_function_hotplug_event */ __u8 hotplug_event; /* enum svc_function_hotplug_event */
__u8 module_id; __u8 module_id;
__u8 data[0];
}; };
enum svc_function_ddb_type { enum svc_function_ddb_type {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment