NFC: Introduce target mode tx ops
And rename the initiator mode data exchange ops for consistency sake. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
@@ -63,9 +63,10 @@ struct nfc_ops {
|
||||
u32 protocol);
|
||||
void (*deactivate_target)(struct nfc_dev *dev,
|
||||
struct nfc_target *target);
|
||||
int (*data_exchange)(struct nfc_dev *dev, struct nfc_target *target,
|
||||
int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target,
|
||||
struct sk_buff *skb, data_exchange_cb_t cb,
|
||||
void *cb_context);
|
||||
int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb);
|
||||
int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user