aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/cinterion/mm-shared-cinterion.h
diff options
context:
space:
mode:
authorLukas Voegl <lvoegl@tdt.de>2024-12-20 14:45:11 +0100
committerDan Williams <dan@bigw.org>2025-02-21 14:08:50 +0000
commit155893ea382975c673c427f1eb5a74931f1aa2cc (patch)
treef1c4ffc4e3ddeafcc777a6f65fe69f89d2d4ac22 /src/plugins/cinterion/mm-shared-cinterion.h
parent6e981b61b3ceeb54d8f3e20548c9968e281c85b8 (diff)
broadband-modem: generic Firehose and Sahara support
Allows setting the renamed `ID_MM_QUALCOMM_FIREHOSE` and `ID_MM_QUALCOMM_SAHARA` environment variables for all devices. Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
Diffstat (limited to 'src/plugins/cinterion/mm-shared-cinterion.h')
-rw-r--r--src/plugins/cinterion/mm-shared-cinterion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/cinterion/mm-shared-cinterion.h b/src/plugins/cinterion/mm-shared-cinterion.h
index 775c8024..f330e328 100644
--- a/src/plugins/cinterion/mm-shared-cinterion.h
+++ b/src/plugins/cinterion/mm-shared-cinterion.h
@@ -40,6 +40,9 @@ struct _MMSharedCinterionInterface {
/* Peek modem interface of the parent class of the object */
MMIfaceModemInterface * (* peek_parent_interface) (MMSharedCinterion *self);
+ /* Peek firmware interface of the parent class of the object */
+ MMIfaceModemFirmwareInterface * (* peek_parent_firmware_interface) (MMSharedCinterion *self);
+
/* Peek location interface of the parent class of the object */
MMIfaceModemLocationInterface * (* peek_parent_location_interface) (MMSharedCinterion *self);