diff options
author | Dan Williams <dcbw@redhat.com> | 2009-08-05 13:03:59 -0400 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-08-05 13:03:59 -0400 |
commit | 2d194a5798fb06f41b018c2d8c2216f45bfc41a4 (patch) | |
tree | 42b523b7c667092dd4e02f30443d3d585e45a621 /src/mm-generic-gsm.h | |
parent | 356f8f097e5fe012ac762157c903bd9b51fa982d (diff) |
gsm: harmonize band/mode enums
Use the same enum for set/get of band and mode, as for exposing the
device's capabilities.
Diffstat (limited to 'src/mm-generic-gsm.h')
-rw-r--r-- | src/mm-generic-gsm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-generic-gsm.h b/src/mm-generic-gsm.h index d43ba53e..d0df846c 100644 --- a/src/mm-generic-gsm.h +++ b/src/mm-generic-gsm.h @@ -3,6 +3,7 @@ #ifndef MM_GENERIC_GSM_H #define MM_GENERIC_GSM_H +#include "mm-modem-gsm.h" #include "mm-modem-gsm-network.h" #include "mm-modem-base.h" #include "mm-serial-port.h" |