diff options
author | Dan Williams <dcbw@redhat.com> | 2010-02-22 18:34:12 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-02-22 18:34:12 -0800 |
commit | 06415201cb8ece13760e98e07fe496ec2415e3ad (patch) | |
tree | f13511e86a098a8ac3da842b1ecd824f0be830d4 /libqcdm/src/dm-commands.h | |
parent | 928f8a9ff20934ad1e4383c5db6cb0b610a9fa4d (diff) |
qcdm: add HDR State Info command
Diffstat (limited to 'libqcdm/src/dm-commands.h')
-rw-r--r-- | libqcdm/src/dm-commands.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libqcdm/src/dm-commands.h b/libqcdm/src/dm-commands.h index e638ccbf..bad9e932 100644 --- a/libqcdm/src/dm-commands.h +++ b/libqcdm/src/dm-commands.h @@ -235,5 +235,20 @@ struct DMCmdSubsysCMStateInfoRsp { } __attribute__ ((packed)); typedef struct DMCmdSubsysCMStateInfoRsp DMCmdSubsysCMStateInfoRsp; +/* DIAG_SUBSYS_HDR_STATE_INFO subsys command */ +struct DMCmdSubsysHDRStateInfoRsp { + DMCmdSubsysHeader header; + guint8 at_state; + guint8 session_state; + guint8 almp_state; + guint8 init_state; + guint8 idle_state; + guint8 connected_state; + guint8 route_update_state; + guint8 overhead_msg_state; + guint8 hdr_hybrid_mode; +} __attribute__ ((packed)); +typedef struct DMCmdSubsysHDRStateInfoRsp DMCmdSubsysHDRStateInfoRsp; + #endif /* LIBQCDM_DM_COMMANDS_H */ |