18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2011 - 2012 Intel Corporation. All rights reserved. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __LOCAL_MICROREAD_H_ 78c2ecf20Sopenharmony_ci#define __LOCAL_MICROREAD_H_ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#include <net/nfc/hci.h> 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define DRIVER_DESC "NFC driver for microread" 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciint microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, 148c2ecf20Sopenharmony_ci int phy_headroom, int phy_tailroom, int phy_payload, 158c2ecf20Sopenharmony_ci struct nfc_hci_dev **hdev); 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_civoid microread_remove(struct nfc_hci_dev *hdev); 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* __LOCAL_MICROREAD_H_ */ 20