]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/fdtgrep.c
imx: hab: Check if CSF is valid before authenticating image
[people/ms/u-boot.git] / tools / fdtgrep.c
index 5897b6d5f78072f7b8d189b3af5ac49e433f88e5..8d33205ea2a0938f2ca073c8de1f916b392330e0 100644 (file)
 
 #include <assert.h>
 #include <ctype.h>
+#include <errno.h>
 #include <getopt.h>
+#include <fcntl.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 
-#include "../include/libfdt.h"
+#include "fdt_host.h"
 #include "libfdt_internal.h"
 
 /* Define DEBUG to get some debugging output on stderr */