fdt_host.h 351 B

12345678910111213141516
  1. /*
  2. * (C) Copyright 2008 Semihalf
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __FDT_HOST_H__
  7. #define __FDT_HOST_H__
  8. /* Make sure to include u-boot version of libfdt include files */
  9. #include "../include/libfdt.h"
  10. #include "../include/fdt_support.h"
  11. int fit_check_sign(const void *working_fdt, const void *key);
  12. #endif /* __FDT_HOST_H__ */