blob: a20b5b7e1816254932081c5fb8c48e260c747cf5 [file] [log] [blame] [edit]
/*
* (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"
int fit_check_sign(const void *fdt, const void *key,
const char *fit_uname_config);
#endif /* __FDT_HOST_H__ */