]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/nfc/hci.h
Merge remote-tracking branch 'wireless-next/master'
[karo-tx-linux.git] / include / net / nfc / hci.h
index b64b7bce4b94302a8edb923bc54bc1e4b2c8b997..2eca2960ca9c54116bd187b6e1e18b70060f0282 100644 (file)
 
 #include <net/nfc/nfc.h>
 
-struct nfc_phy_ops {
-       int (*write)(void *dev_id, struct sk_buff *skb);
-       int (*enable)(void *dev_id);
-       void (*disable)(void *dev_id);
-};
-
 struct nfc_hci_dev;
 
 struct nfc_hci_ops {