greybus: svc_msg.h: add data for hotplug message

This commit is contained in:
Greg Kroah-Hartman 2014-09-21 18:16:41 -07:00
parent 3e7736e5c1
commit 798ea88abe

View File

@ -77,6 +77,7 @@ enum svc_function_hotplug_event {
struct svc_function_hotplug {
__u8 hotplug_event; /* enum svc_function_hotplug_event */
__u8 module_id;
__u8 data[0];
};
enum svc_function_ddb_type {