aboutsummaryrefslogtreecommitdiff
path: root/include/ModemManager.h
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2017-06-28 08:30:21 -0700
committerAleksander Morgado <aleksander@aleksander.es>2017-06-28 18:21:25 +0200
commit3d800c2f496480d2979c4a1d70b3887ec2934b59 (patch)
treef445f2437b57ebe00c61b453e549713454120bf5 /include/ModemManager.h
parent989ade7b8c2f8add2b670294453d2a93463b42f2 (diff)
compat: add compatibility definitions for old MM_MODEM_BAND_EUTRAN_* values
Those Roman numeral suffixes in MM_MODEM_BAND_EUTRAN_* were replaced with 1, 2, 3, ..., etc. This patch adds a compatibility header, ModemManager-compat.h, to alias the old MM_MODEM_BAND_EUTRAN_* values to the new values.
Diffstat (limited to 'include/ModemManager.h')
-rw-r--r--include/ModemManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ModemManager.h b/include/ModemManager.h
index 3a6eb43c..3db9a664 100644
--- a/include/ModemManager.h
+++ b/include/ModemManager.h
@@ -37,6 +37,9 @@
/* Public header with errors */
#include <ModemManager-errors.h>
+/* Public header with compability types and methods */
+#include <ModemManager-compat.h>
+
/* Public header with version info */
#include <ModemManager-version.h>