Merge remote-tracking branch 'cifs/for-next'
[deliverable/linux.git] / include / linux / platform_data / st-nci.h
CommitLineData
35630df6 1/*
ed06aeef 2 * Driver include for ST NCI NFC chip family.
35630df6 3 *
ed06aeef 4 * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved.
35630df6
CR
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, see <http://www.gnu.org/licenses/>.
17 */
18
ed06aeef
CR
19#ifndef _ST_NCI_H_
20#define _ST_NCI_H_
35630df6 21
ed06aeef 22#define ST_NCI_DRIVER_NAME "st_nci"
35630df6 23
ed06aeef 24struct st_nci_nfc_platform_data {
35630df6
CR
25 unsigned int gpio_reset;
26 unsigned int irq_polarity;
3648dc6d
CR
27 bool is_ese_present;
28 bool is_uicc_present;
35630df6
CR
29};
30
ed06aeef 31#endif /* _ST_NCI_H_ */
This page took 0.197044 seconds and 5 git commands to generate.