fdt.c (ac9aff8ef99095b9d46d53d0a779f2bda24ba181) | fdt.c (4febfb8dd08b6f8bafc19f3f9e382a477425b578) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * FDT related Helper functions used by the EFI stub on multiple 3 * architectures. This should be #included by the EFI stub 4 * implementation files. 5 * 6 * Copyright 2013 Linaro Limited; author Roy Franz | 2/* 3 * FDT related Helper functions used by the EFI stub on multiple 4 * architectures. This should be #included by the EFI stub 5 * implementation files. 6 * 7 * Copyright 2013 Linaro Limited; author Roy Franz |
7 * 8 * This file is part of the Linux kernel, and is made available 9 * under the terms of the GNU General Public License version 2. 10 * | |
11 */ 12 13#include <linux/efi.h> 14#include <linux/libfdt.h> 15#include <asm/efi.h> 16 17#include "efistub.h" 18 --- 370 unchanged lines hidden --- | 8 */ 9 10#include <linux/efi.h> 11#include <linux/libfdt.h> 12#include <asm/efi.h> 13 14#include "efistub.h" 15 --- 370 unchanged lines hidden --- |