add UIM verify pin commands
[project/uqmi.git] / commands.h
index 1c9b5d6..28823f3 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 {