projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm, am335x: add support for 3 siemens boards
[platform/kernel/u-boot.git]
/
tools
/
fdt_host.h
1
/*
2
* (C) Copyright 2008 Semihalf
3
*
4
* SPDX-License-Identifier: GPL-2.0+
5
*/
6
7
#ifndef __FDT_HOST_H__
8
#define __FDT_HOST_H__
9
10
/* Make sure to include u-boot version of libfdt include files */
11
#include "../include/libfdt.h"
12
#include "../include/fdt_support.h"
13
14
#endif /* __FDT_HOST_H__ */