Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2011 - 2012  Intel Corporation. All rights reserved.
0004  */
0005 
0006 #ifndef __LOCAL_MICROREAD_H_
0007 #define __LOCAL_MICROREAD_H_
0008 
0009 #include <net/nfc/hci.h>
0010 
0011 #define DRIVER_DESC "NFC driver for microread"
0012 
0013 int microread_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
0014             const char *llc_name, int phy_headroom, int phy_tailroom,
0015             int phy_payload, struct nfc_hci_dev **hdev);
0016 
0017 void microread_remove(struct nfc_hci_dev *hdev);
0018 
0019 #endif /* __LOCAL_MICROREAD_H_ */