aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmi-firmware-update/qfu-utils.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-12-06 17:12:35 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-16 11:24:14 +0100
commit9a033681f2bb81e1033804f5e626838b6c1a20a2 (patch)
tree142153a11116358341411c09daa473fdfe0d4209 /src/qmi-firmware-update/qfu-utils.h
parentfe09c2cbc53c752358c429a0b907966ee145e78d (diff)
downloadexternal_libqmi-9a033681f2bb81e1033804f5e626838b6c1a20a2.zip
external_libqmi-9a033681f2bb81e1033804f5e626838b6c1a20a2.tar.gz
external_libqmi-9a033681f2bb81e1033804f5e626838b6c1a20a2.tar.bz2
qmi-firmware-update: get firmware preference during update operation
Diffstat (limited to 'src/qmi-firmware-update/qfu-utils.h')
-rw-r--r--src/qmi-firmware-update/qfu-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmi-firmware-update/qfu-utils.h b/src/qmi-firmware-update/qfu-utils.h
index 2460434..2c66aad 100644
--- a/src/qmi-firmware-update/qfu-utils.h
+++ b/src/qmi-firmware-update/qfu-utils.h
@@ -31,6 +31,8 @@ gchar *qfu_utils_str_hex (gconstpointer mem,
gsize size,
gchar delimiter);
+gchar *qfu_utils_get_firmware_image_unique_id_printable (const GArray *unique_id);
+
guint16 qfu_utils_crc16 (const guint8 *buffer,
gsize len);