X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands.h;h=62d63f83d783b2d52dd549f09150aa123f6571d4;hp=7854eb549e50564e5423bd809c538a5609312f3d;hb=c0e7fc3d79c9b6055ba789059cddd0dfcdf82d6f;hpb=ba83df61a02c582edd655f046d7f714fb7a7b556 diff --git a/commands.h b/commands.h index 7854eb5..62d63f8 100644 --- a/commands.h +++ b/commands.h @@ -5,6 +5,7 @@ #include "commands-wds.h" #include "commands-dms.h" #include "commands-nas.h" +#include "commands-wms.h" enum qmi_cmd_result { QMI_CMD_DONE, @@ -35,7 +36,8 @@ struct uqmi_cmd { __uqmi_command(get_client_id, get-client-id, required, QMI_SERVICE_CTL), \ __uqmi_wds_commands, \ __uqmi_dms_commands, \ - __uqmi_nas_commands + __uqmi_nas_commands, \ + __uqmi_wms_commands #define __uqmi_command(_name, _optname, _arg, _option) __UQMI_COMMAND_##_name enum uqmi_command {