aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-output.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-12-09 13:54:31 +0100
committerDan Williams <dcbw@redhat.com>2019-01-03 18:53:52 +0000
commit8e342cf1204379a11bfe55941d4e722575cb364f (patch)
tree2c5ee65fd67cba8d833d7fddf60f6c63a109e9a0 /cli/mmcli-output.h
parentedf8d349390ec5be8d35f6e7105cde483849aae0 (diff)
api,firmware: new UpdateSettings property
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r--cli/mmcli-output.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h
index 362e4274..a95c4a58 100644
--- a/cli/mmcli-output.h
+++ b/cli/mmcli-output.h
@@ -62,6 +62,7 @@ typedef enum {
MMC_S_MODEM_LOCATION_GPS,
MMC_S_MODEM_LOCATION_CDMABS,
MMC_S_MODEM_FIRMWARE,
+ MMC_S_MODEM_FIRMWARE_FASTBOOT,
MMC_S_BEARER_GENERAL,
MMC_S_BEARER_STATUS,
MMC_S_BEARER_PROPERTIES,
@@ -200,8 +201,10 @@ typedef enum {
MMC_F_LOCATION_GPS_ALT,
MMC_F_LOCATION_CDMABS_LONG,
MMC_F_LOCATION_CDMABS_LAT,
- /* Firmware list */
+ /* Firmware status section */
MMC_F_FIRMWARE_LIST,
+ MMC_F_FIRMWARE_METHOD,
+ MMC_F_FIRMWARE_FASTBOOT_AT,
/* Bearer general section */
MMC_F_BEARER_GENERAL_DBUS_PATH,
MMC_F_BEARER_GENERAL_TYPE,