summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-11 23:59:58 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-07-11 23:59:58 -0700
commit381c6f2ce0894c5ac2779c04323be2017f2f1dd3 (patch)
tree62fab3867aac3a1c40a61dce6270226ce0472e37 /src/connman.h
parent007dce782439bcc569c9798c18ab4641b033a8f6 (diff)
downloadconnman-381c6f2ce0894c5ac2779c04323be2017f2f1dd3.tar.gz
connman-381c6f2ce0894c5ac2779c04323be2017f2f1dd3.tar.bz2
connman-381c6f2ce0894c5ac2779c04323be2017f2f1dd3.zip
Add detection routine for Ericsson MBM devices
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 03eb80fb..bc1039cd 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -189,6 +189,7 @@ void __connman_connection_update_gateway(void);
int __connman_udev_init(void);
void __connman_udev_cleanup(void);
char *__connman_udev_get_devtype(const char *ifname);
+connman_bool_t __connman_udev_is_mbm(const char *ifname);
#include <connman/device.h>