Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Generic platform data for the NXP NCI NFC chips.
4 *
5 * Copyright (C) 2014 NXP Semiconductors All rights reserved.
6 *
7 * Authors: Clément Perrochaud <clement.perrochaud@nxp.com>
8 */
9
10#ifndef _NXP_NCI_H_
11#define _NXP_NCI_H_
12
13struct nxp_nci_nfc_platform_data {
14 unsigned int gpio_en;
15 unsigned int gpio_fw;
16 unsigned int irq;
17};
18
19#endif /* _NXP_NCI_H_ */