| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2010 Ben. Herrenschmidt, IBM Corporation. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 11 | 12 | * Copyright (c) 2003, 2004 Zultys Technologies |
|---|
| 12 | 13 | * |
|---|
| 13 | 14 | * Copyright 2007 David Gibson, IBM Corporation. |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is free software; you can redistribute it and/or |
|---|
| 16 | | - * modify it under the terms of the GNU General Public License |
|---|
| 17 | | - * as published by the Free Software Foundation; either version |
|---|
| 18 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 19 | 15 | */ |
|---|
| 20 | 16 | #include <stdarg.h> |
|---|
| 21 | 17 | #include <stddef.h> |
|---|