summaryrefslogtreecommitdiffstats
path: root/src/driver.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-13 14:31:29 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-14 11:19:10 -0500
commit6342e1b2dcb70fd477a5f947a1a8ee9ca6134fe1 (patch)
treef2e0fca0151a344e17b03ca2bed9eda46797f995 /src/driver.h
parent7378fac4958231895b199df7abb1b7e303cbb1b9 (diff)
downloadofono-6342e1b2dcb70fd477a5f947a1a8ee9ca6134fe1.tar.bz2
Move clir and cug option enums to types.h
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/driver.h b/src/driver.h
index 8e0325ca..4d33784a 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -23,19 +23,6 @@
struct ofono_modem;
-/* 27.007 Section 6.2 */
-enum ofono_clir_option {
- OFONO_CLIR_OPTION_DEFAULT = 0,
- OFONO_CLIR_OPTION_INVOCATION,
- OFONO_CLIR_OPTION_SUPPRESSION
-};
-
-/* 27.007 Section 6.2 */
-enum ofono_cug_option {
- OFONO_CUG_OPTION_DEFAULT = 0,
- OFONO_CUG_OPTION_INVOCATION = 1,
-};
-
enum ofono_disconnect_reason {
OFONO_DISCONNECT_REASON_UNKNOWN = 0,
OFONO_DISCONNECT_REASON_LOCAL_HANGUP,