diff options
author | Arron Wang <arron.wang@intel.com> | 2013-08-23 04:02:08 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-09-24 19:35:39 -0400 |
commit | d8eb18eecaf358e37f4941c2b8cba3c4b8122b7f (patch) | |
tree | 8015cd632f32844243672661919fb832ba6d93f1 /include/net/nfc | |
parent | 5faba2fdf9819ebebd6d1a1cef70fddb0518cd08 (diff) |
NFC: Export nfc_find_se()
This will be needed by all NFC driver implementing the SE ops.
Signed-off-by: Arron Wang <arron.wang@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc')
-rw-r--r-- | include/net/nfc/nfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/nfc/nfc.h b/include/net/nfc/nfc.h index f68ee68e4e3e..e34859423105 100644 --- a/include/net/nfc/nfc.h +++ b/include/net/nfc/nfc.h | |||
@@ -243,5 +243,6 @@ void nfc_driver_failure(struct nfc_dev *dev, int err); | |||
243 | 243 | ||
244 | int nfc_add_se(struct nfc_dev *dev, u32 se_idx, u16 type); | 244 | int nfc_add_se(struct nfc_dev *dev, u32 se_idx, u16 type); |
245 | int nfc_remove_se(struct nfc_dev *dev, u32 se_idx); | 245 | int nfc_remove_se(struct nfc_dev *dev, u32 se_idx); |
246 | struct nfc_se *nfc_find_se(struct nfc_dev *dev, u32 se_idx); | ||
246 | 247 | ||
247 | #endif /* __NET_NFC_H */ | 248 | #endif /* __NET_NFC_H */ |