aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/src/dm-commands.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-02-22 11:33:44 -0800
committerDan Williams <dcbw@redhat.com>2010-02-22 11:33:44 -0800
commit7d151e6ae005cdac451b3e24697c7dc1e2c1e462 (patch)
tree71a8c4178a45c3a47f8834fd42f1b55d84b75320 /libqcdm/src/dm-commands.h
parent4c297935efcceb2d764077144757da57a48bd725 (diff)
qcdm: add DIAG_CMD_ESN
Diffstat (limited to 'libqcdm/src/dm-commands.h')
-rw-r--r--libqcdm/src/dm-commands.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libqcdm/src/dm-commands.h b/libqcdm/src/dm-commands.h
index 511c3ef1..9a2c3fe7 100644
--- a/libqcdm/src/dm-commands.h
+++ b/libqcdm/src/dm-commands.h
@@ -183,5 +183,12 @@ struct DMCmdVersionInfoRsp {
} __attribute__ ((packed));
typedef struct DMCmdVersionInfoRsp DMCmdVersionInfoRsp;
+/* DIAG_CMD_ESN */
+struct DMCmdEsnRsp {
+ guint8 code;
+ guint8 esn[4];
+} __attribute__ ((packed));
+typedef struct DMCmdEsnRsp DMCmdEsnRsp;
+
#endif /* LIBQCDM_DM_COMMANDS_H */