summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.h b/commands.h
index 28823f3..f409ec4 100644
--- a/commands.h
+++ b/commands.h
@@ -55,6 +55,7 @@ struct uqmi_cmd {
#define __uqmi_commands \
__uqmi_command(version, get-versions, no, QMI_SERVICE_CTL), \
+ __uqmi_command(sync, sync, no, QMI_SERVICE_CTL), \
__uqmi_command(set_client_id, set-client-id, required, CMD_TYPE_OPTION), \
__uqmi_command(get_client_id, get-client-id, required, QMI_SERVICE_CTL), \
__uqmi_command(ctl_set_data_format, set-data-format, required, QMI_SERVICE_CTL), \