mbim-proxy support
[oweals/umbim.git] / data / mbim-service-proxy-control.h
1 /*
2  * ID: 1
3  * Command: Configuration
4  */
5
6 #define MBIM_CMD_PROXY_CONTROL_CONFIGURATION    1
7
8 struct mbim_proxy_control_configuration_s {
9         struct mbim_string devicepath;
10         uint32_t timeout;
11 } __attribute__((packed));
12