Skip to content
Snippets Groups Projects
Select Git revision
  • e66443fdb5355e68cfdbbdd37248c4b7eb4968f5
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
15 results

time.c

Blame
  • fdt_host.h 351 B
    /*
     * (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__ */