diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-04-19 18:59:52 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-04-19 18:59:52 +0200 |
commit | a7f9aa378b6be6e2129a2c3f6543c13bc04f4f1a (patch) | |
tree | 7aec163b6436568b7d229ce23cdd9a00a9f5af9a /include | |
parent | a34a54cd1af371dba7a9ce7b27910d75dfb57384 (diff) | |
download | neard-a7f9aa378b6be6e2129a2c3f6543c13bc04f4f1a.tar.gz neard-a7f9aa378b6be6e2129a2c3f6543c13bc04f4f1a.tar.bz2 neard-a7f9aa378b6be6e2129a2c3f6543c13bc04f4f1a.zip |
device: Add device listening code path
Diffstat (limited to 'include')
-rw-r--r-- | include/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |