summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index 1c9b5d6..28823f3 100644
--- a/commands.h
+++ b/commands.h
@@ -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 {