4 * SPDX-License-Identifier: GPL-2.0+
10 #include "imagetool.h"
14 int fit_verify_header(unsigned char *ptr, int image_size,
15 struct image_tool_params *params);
17 int fit_check_image_types(uint8_t type);
19 int mmap_fdt(char *cmdname, const char *fname, void **blobp,
20 struct stat *sbuf, int useunlink);
22 #endif /* _FIT_COMMON_H_ */