X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands.h;h=62d63f83d783b2d52dd549f09150aa123f6571d4;hp=2b1562aa7545d2a91688ce62cbab6761cabebcbb;hb=c0e7fc3d79c9b6055ba789059cddd0dfcdf82d6f;hpb=b29e4d756726e9685ad812210c5f2e5298100140 diff --git a/commands.h b/commands.h index 2b1562a..62d63f8 100644 --- a/commands.h +++ b/commands.h @@ -4,6 +4,8 @@ #include #include "commands-wds.h" #include "commands-dms.h" +#include "commands-nas.h" +#include "commands-wms.h" enum qmi_cmd_result { QMI_CMD_DONE, @@ -33,7 +35,9 @@ struct uqmi_cmd { __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_wds_commands, \ - __uqmi_dms_commands + __uqmi_dms_commands, \ + __uqmi_nas_commands, \ + __uqmi_wms_commands #define __uqmi_command(_name, _optname, _arg, _option) __UQMI_COMMAND_##_name enum uqmi_command {