summaryrefslogtreecommitdiff
path: root/src/udev-compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/udev-compat.c')
-rw-r--r--src/udev-compat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/udev-compat.c b/src/udev-compat.c
index 70cc3bba..11567050 100644
--- a/src/udev-compat.c
+++ b/src/udev-compat.c
@@ -127,6 +127,11 @@ void __connman_udev_rfkill(const char *sysname, connman_bool_t blocked)
DBG("sysname %s blocked %d", sysname, blocked);
}
+connman_bool_t __connman_udev_get_blocked(int phyindex)
+{
+ return FALSE;
+}
+
int __connman_udev_init(void)
{
DBG("");