| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2007-2008 Freescale Semiconductor, Inc. All rights reserved. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Author: Tony Li <tony.li@freescale.com> |
|---|
| 5 | 6 | * Jason Jin <Jason.jin@freescale.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or |
|---|
| 8 | | - * modify it under the terms of the GNU General Public License |
|---|
| 9 | | - * as published by the Free Software Foundation; version 2 of the |
|---|
| 10 | | - * License. |
|---|
| 11 | | - * |
|---|
| 12 | 7 | */ |
|---|
| 13 | 8 | #ifndef _POWERPC_SYSDEV_FSL_MSI_H |
|---|
| 14 | 9 | #define _POWERPC_SYSDEV_FSL_MSI_H |
|---|