From 3d800c2f496480d2979c4a1d70b3887ec2934b59 Mon Sep 17 00:00:00 2001 From: Ben Chan Date: Wed, 28 Jun 2017 08:30:21 -0700 Subject: 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. --- include/ModemManager.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ModemManager.h') 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 +/* Public header with compability types and methods */ +#include + /* Public header with version info */ #include -- cgit v1.2.3-70-g09d2