| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * The NFC Controller Interface is the communication protocol between an |
|---|
| 3 | 4 | * NFC Controller (NFCC) and a Device Host (DH). |
|---|
| .. | .. |
|---|
| 11 | 12 | * Acknowledgements: |
|---|
| 12 | 13 | * This file is based on hci_core.h, which was written |
|---|
| 13 | 14 | * by Maxim Krasnyansky. |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 16 | | - * it under the terms of the GNU General Public License version 2 |
|---|
| 17 | | - * as published by the Free Software Foundation |
|---|
| 18 | | - * |
|---|
| 19 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 20 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 21 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 22 | | - * GNU General Public License for more details. |
|---|
| 23 | | - * |
|---|
| 24 | | - * You should have received a copy of the GNU General Public License |
|---|
| 25 | | - * along with this program; if not, see <http://www.gnu.org/licenses/>. |
|---|
| 26 | | - * |
|---|
| 27 | 15 | */ |
|---|
| 28 | 16 | |
|---|
| 29 | 17 | #ifndef __NCI_CORE_H |
|---|