summaryrefslogtreecommitdiff
path: root/mbim.h
diff options
context:
space:
mode:
Diffstat (limited to 'mbim.h')
-rw-r--r--mbim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbim.h b/mbim.h
index 13783bf..bdfba0f 100644
--- a/mbim.h
+++ b/mbim.h
@@ -50,6 +50,8 @@ struct mbim_command_message {
uint32_t buffer_length;
} __packed;
+int mbim_proxy_cmd(struct mbim_command_message *msg, const char *path);
+bool is_mbim_proxy(struct mbim_command_message *msg);
bool is_mbim_qmi(struct mbim_command_message *msg);
void mbim_qmi_cmd(struct mbim_command_message *msg, int len, uint16_t tid);