mei.c (dd0a11815a339d6deeea8357574f8126a8404c92) | mei.c (98b32decc83ed3137e3ddbc918b102f8fc406b6d) |
---|---|
1/* 2 * HCI based Driver for NXP pn544 NFC Chip 3 * 4 * Copyright (C) 2013 Intel Corporation. All rights reserved. 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 | 1/* 2 * HCI based Driver for NXP pn544 NFC Chip 3 * 4 * Copyright (C) 2013 Intel Corporation. All rights reserved. 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, write to the 17 * Free Software Foundation, Inc., 18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 16 * along with this program; if not, see <http://www.gnu.org/licenses/>. |
19 */ 20 21#include <linux/module.h> 22#include <linux/mod_devicetable.h> 23#include <linux/nfc.h> 24#include <net/nfc/hci.h> 25#include <net/nfc/llc.h> 26 --- 85 unchanged lines hidden --- | 17 */ 18 19#include <linux/module.h> 20#include <linux/mod_devicetable.h> 21#include <linux/nfc.h> 22#include <net/nfc/hci.h> 23#include <net/nfc/llc.h> 24 --- 85 unchanged lines hidden --- |