add UIM verify pin commands
[project/uqmi.git] / commands.h
index 1c9b5d613bac9f7615ae3316f7ebbbef73a864bd..28823f35ee2c355c61f6e4dfcb7e3000455cd9e2 100644 (file)
@@ -28,6 +28,7 @@
 #include "commands-nas.h"
 #include "commands-wms.h"
 #include "commands-wda.h"
+#include "commands-uim.h"
 
 enum qmi_cmd_result {
        QMI_CMD_DONE,
@@ -61,7 +62,8 @@ struct uqmi_cmd {
        __uqmi_dms_commands, \
        __uqmi_nas_commands, \
        __uqmi_wms_commands, \
-       __uqmi_wda_commands
+       __uqmi_wda_commands, \
+       __uqmi_uim_commands
 
 #define __uqmi_command(_name, _optname, _arg, _option) __UQMI_COMMAND_##_name
 enum uqmi_command {