Blame view

include/linux/libfdt.h 202 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
ab2538398   David Daney   of/lib: Allow scr...
2
3
4
5
  #ifndef _INCLUDE_LIBFDT_H_
  #define _INCLUDE_LIBFDT_H_
  
  #include <linux/libfdt_env.h>
67966e088   David Daney   Partially revert ...
6
  #include "../../scripts/dtc/libfdt/libfdt.h"
ab2538398   David Daney   of/lib: Allow scr...
7
8
  
  #endif /* _INCLUDE_LIBFDT_H_ */