]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/libfdt_env.h
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
[people/ms/u-boot.git] / include / libfdt_env.h
1 #ifdef USE_HOSTCC
2 #include "../scripts/dtc/libfdt/libfdt_env.h"
3 #else
4 #include <linux/libfdt_env.h>
5 #endif