Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.1.
 1/* SPDX-License-Identifier: GPL-2.0-or-later */
 2/*
 3 * Copyright (C) 2011 - 2012  Intel Corporation. All rights reserved.
 4 */
 5
 6#ifndef __LOCAL_MICROREAD_H_
 7#define __LOCAL_MICROREAD_H_
 8
 9#include <net/nfc/hci.h>
10
11#define DRIVER_DESC "NFC driver for microread"
12
13int microread_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
14		    const char *llc_name, int phy_headroom, int phy_tailroom,
15		    int phy_payload, struct nfc_hci_dev **hdev);
16
17void microread_remove(struct nfc_hci_dev *hdev);
18
19#endif /* __LOCAL_MICROREAD_H_ */