summaryrefslogtreecommitdiff
path: root/data/mbim-service-proxy-control.h
diff options
context:
space:
mode:
Diffstat (limited to 'data/mbim-service-proxy-control.h')
-rw-r--r--data/mbim-service-proxy-control.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/mbim-service-proxy-control.h b/data/mbim-service-proxy-control.h
index 7d81e7d..227b625 100644
--- a/data/mbim-service-proxy-control.h
+++ b/data/mbim-service-proxy-control.h
@@ -5,3 +5,8 @@
#define MBIM_CMD_PROXY_CONTROL_CONFIGURATION 1
+struct mbim_proxy_control_configuration_s {
+ struct mbim_string devicepath;
+ uint32_t timeout;
+} __attribute__((packed));
+