diff options
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | 2012-07-04 16:48:02 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-07-05 09:04:53 +0200 |
commit | 00efd6e25a0b25fb3fb8cf994191329468cc3eef (patch) | |
tree | 192f544807675f9883900521323beaa77b738aed /include/device.h | |
parent | c0593bc9ff2541b01d674d8b4aa4371fade91866 (diff) | |
download | connman-00efd6e25a0b25fb3fb8cf994191329468cc3eef.tar.gz connman-00efd6e25a0b25fb3fb8cf994191329468cc3eef.tar.bz2 connman-00efd6e25a0b25fb3fb8cf994191329468cc3eef.zip |
device: Add capability to notify on regulatory domain setting
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h index f4e802e1..d066296f 100644 --- a/include/device.h +++ b/include/device.h @@ -110,6 +110,8 @@ void connman_device_set_data(struct connman_device *device, void *data); int connman_device_set_regdom(struct connman_device *device, const char *alpha2); +void connman_device_regdom_notify(struct connman_device *device, + int result, const char *alpha2); struct connman_device_driver { const char *name; |