diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-01-17 15:16:08 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-14 11:27:27 +0200 |
commit | 768d76e0aa618c6fe34956ead10c0abc52fae9cd (patch) | |
tree | a45c1de2f9c1165fa0cb742ff9f102e3f12b3452 /src/mm-context.h | |
parent | 591d904f5ca7567a91156cfdf9823ba735a1c38e (diff) |
context: allow disabling QRTR on runtime even if support is built
Diffstat (limited to 'src/mm-context.h')
-rw-r--r-- | src/mm-context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-context.h b/src/mm-context.h index 721fee88..ea9df0cb 100644 --- a/src/mm-context.h +++ b/src/mm-context.h @@ -52,5 +52,8 @@ gboolean mm_context_get_test_no_udev (void); #if defined WITH_SYSTEMD_SUSPEND_RESUME gboolean mm_context_get_test_no_suspend_resume (void); #endif +#if defined WITH_QRTR +gboolean mm_context_get_test_no_qrtr (void); +#endif #endif /* MM_CONTEXT_H */ |