X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Ffdt_host.h;h=134d9657139b4347257bf34ae644ed08a0fb674d;hb=f692248f9039fb9d933ccb5e919ecfa073b5a130;hp=b08bf866ee49ceb6e5092c5904d6bd3f3ab2be61;hpb=951c6baaf44c7fd4335b75fb92840d4e42c94927;p=u-boot diff --git a/tools/fdt_host.h b/tools/fdt_host.h index b08bf866ee..134d965713 100644 --- a/tools/fdt_host.h +++ b/tools/fdt_host.h @@ -1,20 +1,7 @@ /* * (C) Copyright 2008 Semihalf * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __FDT_HOST_H__ @@ -24,4 +11,6 @@ #include "../include/libfdt.h" #include "../include/fdt_support.h" +int fit_check_sign(const void *working_fdt, const void *key); + #endif /* __FDT_HOST_H__ */