mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
14 lines
288 B
C
14 lines
288 B
C
/*
|
|
* (C) Copyright 2008 Semihalf
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __FDT_HOST_H__
|
|
#define __FDT_HOST_H__
|
|
|
|
/* Make sure to include u-boot version of libfdt include files */
|
|
#include "../include/libfdt.h"
|
|
#include "../include/fdt_support.h"
|
|
|
|
#endif /* __FDT_HOST_H__ */
|