| .. | .. | 
|---|
 | 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */  | 
|---|
| 1 | 2 |  /* | 
|---|
| 2 | 3 |   * Definitions for Device tree / OpenFirmware handling on X86 | 
|---|
| 3 | 4 |   * | 
|---|
| 4 | 5 |   * based on arch/powerpc/include/asm/prom.h which is | 
|---|
| 5 | 6 |   *         Copyright (C) 1996-2005 Paul Mackerras. | 
|---|
| 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; either version  | 
|---|
| 10 |  | - * 2 of the License, or (at your option) any later version.  | 
|---|
| 11 | 7 |   */ | 
|---|
| 12 | 8 |   | 
|---|
| 13 | 9 |  #ifndef _ASM_X86_PROM_H | 
|---|