mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
12 lines
174 B
C
12 lines
174 B
C
![]() |
/*
|
||
|
* Copyright 2015 Freescale Semiconductor, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
#ifndef _FSL_FDT_H_
|
||
|
#define _FSL_FDT_H_
|
||
|
|
||
|
void fdt_del_diu(void *blob);
|
||
|
|
||
|
#endif
|