blob: 82e8f4564439bc52fb74032a3b99cbb27492f4d3 [file] [log] [blame]
Zhao Qiangd4683772015-08-28 10:31:50 +08001/*
2 * Copyright 2015 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6#ifndef _FSL_FDT_H_
7#define _FSL_FDT_H_
8
9void fdt_del_diu(void *blob);
10
11#endif