| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | #ifndef LLIST_H |
|---|
| 2 | 3 | #define LLIST_H |
|---|
| 3 | 4 | /* |
|---|
| .. | .. |
|---|
| 45 | 46 | * |
|---|
| 46 | 47 | * Copyright 2010,2011 Intel Corp. |
|---|
| 47 | 48 | * Author: Huang Ying <ying.huang@intel.com> |
|---|
| 48 | | - * |
|---|
| 49 | | - * This program is free software; you can redistribute it and/or |
|---|
| 50 | | - * modify it under the terms of the GNU General Public License version |
|---|
| 51 | | - * 2 as published by the Free Software Foundation; |
|---|
| 52 | | - * |
|---|
| 53 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 54 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 55 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 56 | | - * GNU General Public License for more details. |
|---|
| 57 | | - * |
|---|
| 58 | | - * You should have received a copy of the GNU General Public License |
|---|
| 59 | | - * along with this program; if not, write to the Free Software |
|---|
| 60 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 61 | 49 | */ |
|---|
| 62 | 50 | |
|---|
| 63 | 51 | #include <linux/atomic.h> |
|---|