boot_fit.h 206 B

123456789
  1. /*
  2. * Copyright (C) 2017 Texas Instruments
  3. * Written by Franklin Cooper Jr. <fcooper@ti.com>
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. int fdt_offset(void *fit);
  8. void *locate_dtb_in_fit(void *fit);