]> git.ipfire.org Git - people/ms/u-boot.git/blame - tools/fdt_host.h
binman: Add add test for using an Intel MRC binary
[people/ms/u-boot.git] / tools / fdt_host.h
CommitLineData
8cf30809
BS
1/*
2 * (C) Copyright 2008 Semihalf
3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
8cf30809
BS
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 */
8cf30809
BS
11#include "../include/libfdt.h"
12#include "../include/fdt_support.h"
13
29a23f9d
HS
14int fit_check_sign(const void *working_fdt, const void *key);
15
8cf30809 16#endif /* __FDT_HOST_H__ */