diff options
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 5 |
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, |