summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/device.h b/include/device.h
index 0aa1950..5785572 100644
--- a/include/device.h
+++ b/include/device.h
@@ -40,8 +40,7 @@ struct near_ndef_message;
struct near_device_driver {
int priority;
- int (*listen)(uint32_t adapter_idx, uint32_t target_idx,
- near_device_io_cb cb);
+ int (*listen)(uint32_t adapter_idx, near_device_io_cb cb);
int (*push)(uint32_t adapter_idx, uint32_t target_idx,
struct near_ndef_message *ndef,
near_device_io_cb cb);