• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/umbim/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 
 13 

This page was automatically generated by LXR 0.3.1.  •  OpenWrt