]> git.sur5r.net Git - u-boot/blob - arch/powerpc/include/asm/fsl_fdt.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / powerpc / include / asm / fsl_fdt.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2015 Freescale Semiconductor, Inc.
4  */
5 #ifndef _FSL_FDT_H_
6 #define _FSL_FDT_H_
7
8 void fdt_del_diu(void *blob);
9
10 #endif