WIP FPC-III support
[linux/fpc-iii.git] / drivers / nfc / microread / microread.h
blob044f5e45637534e861b583901bbcb4922414c4e0
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2011 - 2012 Intel Corporation. All rights reserved.
4 */
6 #ifndef __LOCAL_MICROREAD_H_
7 #define __LOCAL_MICROREAD_H_
9 #include <net/nfc/hci.h>
11 #define DRIVER_DESC "NFC driver for microread"
13 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
14 int phy_headroom, int phy_tailroom, int phy_payload,
15 struct nfc_hci_dev **hdev);
17 void microread_remove(struct nfc_hci_dev *hdev);
19 #endif /* __LOCAL_MICROREAD_H_ */