2008-02-29 15:00:24 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2008 Semihalf
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2008-02-29 15:00:24 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#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"
|
|
|
|
|
2014-03-03 11:19:30 +00:00
|
|
|
int fit_check_sign(const void *working_fdt, const void *key);
|
|
|
|
|
2008-02-29 15:00:24 +00:00
|
|
|
#endif /* __FDT_HOST_H__ */
|