linux/drivers/nfc/s3fwrn5/nci.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * NCI based driver for Samsung S3FWRN5 NFC chip
 *
 * Copyright (C) 2015 Samsung Electrnoics
 * Robert Baldyga <[email protected]>
 */

#ifndef __LOCAL_S3FWRN5_NCI_H_
#define __LOCAL_S3FWRN5_NCI_H_

#include "s3fwrn5.h"

#define NCI_PROP_SET_RFREG

struct nci_prop_set_rfreg_cmd {};

struct nci_prop_set_rfreg_rsp {};

#define NCI_PROP_START_RFREG

struct nci_prop_start_rfreg_rsp {};

#define NCI_PROP_STOP_RFREG

struct nci_prop_stop_rfreg_cmd {};

struct nci_prop_stop_rfreg_rsp {};

#define NCI_PROP_FW_CFG

struct nci_prop_fw_cfg_cmd {};

struct nci_prop_fw_cfg_rsp {};

extern const struct nci_driver_ops s3fwrn5_nci_prop_ops[4];
int s3fwrn5_nci_rf_configure(struct s3fwrn5_info *info, const char *fw_name);

#endif /* __LOCAL_S3FWRN5_NCI_H_ */