llc.c (bf61c8840efe60fd8f91446860b63338fb424158) | llc.c (98b32decc83ed3137e3ddbc918b102f8fc406b6d) |
---|---|
1/* 2 * Link Layer Control manager 3 * 4 * Copyright (C) 2012 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 * Link Layer Control manager 3 * 4 * Copyright (C) 2012 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 <net/nfc/llc.h> 22 23#include "llc.h" 24 25static struct list_head llc_engines; 26 --- 144 unchanged lines hidden --- | 17 */ 18 19#include <net/nfc/llc.h> 20 21#include "llc.h" 22 23static struct list_head llc_engines; 24 --- 144 unchanged lines hidden --- |