Blame view

bootloader/u-boot_2015_04/tools/fdt_host.h 351 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  /*
   * (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__ */