diff options
author | Lukas Voegl <lvoegl@tdt.de> | 2024-12-20 14:45:11 +0100 |
---|---|---|
committer | Dan Williams <dan@bigw.org> | 2025-02-21 14:08:50 +0000 |
commit | 155893ea382975c673c427f1eb5a74931f1aa2cc (patch) | |
tree | f1c4ffc4e3ddeafcc777a6f65fe69f89d2d4ac22 /src/plugins/cinterion/mm-shared-cinterion.h | |
parent | 6e981b61b3ceeb54d8f3e20548c9968e281c85b8 (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.h | 3 |
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); |