From a7f9aa378b6be6e2129a2c3f6543c13bc04f4f1a Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 19 Apr 2012 18:59:52 +0200 Subject: device: Add device listening code path --- include/device.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/device.h b/include/device.h index a01f899..bae5fd9 100644 --- a/include/device.h +++ b/include/device.h @@ -38,7 +38,6 @@ struct near_ndef_message; #define NEAR_DEVICE_PRIORITY_HIGH 100 struct near_device_driver { - uint16_t type; int priority; int (*listen)(uint32_t adapter_idx, uint32_t target_idx, -- cgit v1.2.3