Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.15.
 1/*
 2 * Generic platform data for the NXP NCI NFC chips.
 3 *
 4 * Copyright (C) 2014  NXP Semiconductors  All rights reserved.
 5 *
 6 * Authors: Clément Perrochaud <clement.perrochaud@nxp.com>
 7 *
 8 * This program is free software; you can redistribute it and/or modify it
 9 * under the terms and conditions of the GNU General Public License,
10 * version 2, as published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 */
17
18#ifndef _NXP_NCI_H_
19#define _NXP_NCI_H_
20
21struct nxp_nci_nfc_platform_data {
22	unsigned int gpio_en;
23	unsigned int gpio_fw;
24	unsigned int irq;
25};
26
27#endif /* _NXP_NCI_H_ */