MC3302_SDK_V1.1.9_202507281.../bsp/ramboot/tools/fdt_host.h
2025-11-11 12:08:31 +08:00

17 lines
351 B
C
Executable File

/*
* (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 *working_fdt, const void *key);
#endif /* __FDT_HOST_H__ */