diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-04-26 06:21:20 -0500 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-05-30 07:57:50 -0500 |
commit | b9c49c7b4dd93d3f66f27cc13110ba672f7862df (patch) | |
tree | 9245da0296e884e49d9f51a1411c88d101447221 /src/mm-call-qmi.h | |
parent | 8392f30388b04cd0ab8fd41bca9d7788249c1c1b (diff) |
base-call: remove usage of MMBaseModem
Split out the things we actually use from MMBaseModem into
separate properties that can be independently implemented
(or just left NULL) for unit tests.
Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'src/mm-call-qmi.h')
-rw-r--r-- | src/mm-call-qmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-call-qmi.h b/src/mm-call-qmi.h index 78402539..34231bcc 100644 --- a/src/mm-call-qmi.h +++ b/src/mm-call-qmi.h @@ -33,9 +33,11 @@ typedef struct _MMCallQmi MMCallQmi; typedef struct _MMCallQmiClass MMCallQmiClass; +typedef struct _MMCallQmiPrivate MMCallQmiPrivate; struct _MMCallQmi { MMBaseCall parent; + MMCallQmiPrivate *priv; }; struct _MMCallQmiClass { |