summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/fsl_fdt.h
blob: 57bddf21fe177cb227df7a0e1ca3b30139b94e61 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2015 Freescale Semiconductor, Inc.
 */
#ifndef _FSL_FDT_H_
#define _FSL_FDT_H_

void fdt_del_diu(void *blob);

#endif