summaryrefslogtreecommitdiff
path: root/data/mbim-service-proxy-control.h
blob: 227b6253a5120a4aa9e89e40564e247df1a2ddd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * ID: 1
 * Command: Configuration
 */

#define MBIM_CMD_PROXY_CONTROL_CONFIGURATION	1

struct mbim_proxy_control_configuration_s {
	struct mbim_string devicepath;
	uint32_t timeout;
} __attribute__((packed));