ASoC: wm_adsp: Separate concept of booted and running
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / nxp-nci.h
blobd6ed28679bb2a54316630b3ecf0d32d5eb693368
1 /*
2 * Generic platform data for the NXP NCI NFC chips.
4 * Copyright (C) 2014 NXP Semiconductors All rights reserved.
6 * Authors: Clément Perrochaud <clement.perrochaud@nxp.com>
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.
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.
18 #ifndef _NXP_NCI_H_
19 #define _NXP_NCI_H_
21 struct nxp_nci_nfc_platform_data {
22 unsigned int gpio_en;
23 unsigned int gpio_fw;
24 unsigned int irq;
27 #endif /* _NXP_NCI_H_ */