diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-01 07:21:13 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-04 15:34:30 -0400 |
commit | fc40a8c1a06ab7db45da790693dd9802612a055c (patch) | |
tree | 7ad170c95ff66bce521bc25a6ddf6946cc1ab0c0 /net/nfc/nfc.h | |
parent | ad3823cef650bdc1ca9e7bf1a01b87ad3c0425de (diff) |
NFC: Add target mode activation netlink event
Userspace gets a netlink event upon target mode activation.
The LLCP layer is also signaled when we get an ATR_REQ in order to get
the remote general bytes.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/nfc.h')
-rw-r--r-- | net/nfc/nfc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/nfc/nfc.h b/net/nfc/nfc.h index 7d9708f2a66c..cd9fcbe57464 100644 --- a/net/nfc/nfc.h +++ b/net/nfc/nfc.h | |||
@@ -128,6 +128,9 @@ int nfc_genl_dep_link_up_event(struct nfc_dev *dev, u32 target_idx, | |||
128 | u8 comm_mode, u8 rf_mode); | 128 | u8 comm_mode, u8 rf_mode); |
129 | int nfc_genl_dep_link_down_event(struct nfc_dev *dev); | 129 | int nfc_genl_dep_link_down_event(struct nfc_dev *dev); |
130 | 130 | ||
131 | int nfc_genl_tm_activated(struct nfc_dev *dev, u32 protocol); | ||
132 | int nfc_genl_tm_deactivated(struct nfc_dev *dev); | ||
133 | |||
131 | struct nfc_dev *nfc_get_device(unsigned int idx); | 134 | struct nfc_dev *nfc_get_device(unsigned int idx); |
132 | 135 | ||
133 | static inline void nfc_put_device(struct nfc_dev *dev) | 136 | static inline void nfc_put_device(struct nfc_dev *dev) |